Gains
Endpoint
{
"Content-Type": "application/json",
"x-api-key": "your-api-key"
}{
"wallets": [ // Optional | filter by a list of wallets, if the field is not specified the data is based on the entire market
"Ge8xkdPrPU2tP22nKWBHocCZ6ezfHTLGHZzLsPmEtozH",
...
],
"inputAmountMin": 0, // Minimum input amount value
"inputAmountMax": 10000000000000, // Maximum input amount
"providers": [ // Filter by provider list ("JITO", "FAST", "TEMPORAL", "BLOX", "NEXTBLOCK", "NO_PROVIDER")
"FAST",
"JITO",
...
],
"maxTimeRange": 900 // Considers transactions from now since (seconds)
}Last updated