Compute Units
Endpoint
GET https://pro.circular.bot/market/tips/by/computeUnit
This endpoint retrieves percentile of token allowed to tips grouped by mint grouped by mint, based on a comput unit range
Headers
{
"Content-Type": "application/json",
"x-api-key": "your-api-key"
}Parameters
{
"wallets": [ // Optional | filter by a list of wallets, if the field is not specified the data is based on the entire market
"Ge8xkdPrPU2tP22nKWBHocCZ6ezfHTLGHZzLsPmEtozH",
...
],
"computeUnitMin": 0, // Minimum compute unit value
"computeUnitMax": 10000000000000, // Maximum compute unit value
"providers": [ // Filter by provider list ("JITO", "FAST", "TEMPORAL", "BLOX", "NEXTBLOCK", "NO_PROVIDER")
"FAST",
"JITO",
...
],
"maxTimeRange": 900 // Considers transactions from now since (seconds)
}Response
Informations:
Requests per minute: 10
More technical information here
Last updated