Overview
Endpoint
{
"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")
}{
"Ge8xkdPrPU2tP22nKWBHocCZ6ezfHTLGHZzLsPmEtozH": {
"gains": {
"SOL": {
"success": 105.85100016,
"fail": 0,
"total": 105.85100016
},
"USD": {
"success": 21577.28,
"fail": 0,
"total": 21577.28
}
},
"volume": {
"SOL": {
"success": 8946.107759684,
"fail": 0,
"total": 8946.107759684
},
"USD": {
"success": 1825002.08,
"fail": 0,
"total": 1825002.08
}
},
"transactions": {
"success": 1003,
"fail": 0,
"total": 1003
}
}
}Last updated