This endpoint retrieves the total net gains, trading volume, and transaction counts (in USD and SOL) for the specified wallets over the last 24 hours.
{
"Content-Type": "application/json",
"x-api-key": "your-api-key"
}
{
"wallets": [ // Max 5 wallets
"Ge8xkdPrPU2tP22nKWBHocCZ6ezfHTLGHZzLsPmEtozH",
...
],
"provider": "JITO" // Optional, Filter by provider list ("JITO", "FAST", "TEMPORAL", "BLOX", "NEXTBLOCK", "NO_PROVIDER")
}