Authorizations
API Key for authentication
Response
200 - application/json
Successful response
š New update is live! Faster updates, aggregated pricing, automatic pool rotation, new RPC method and more. See what's new.
curl --request GET \
--url https://data.solanatracker.io/credits \
--header 'x-api-key: <api-key>'{
"credits": 123
}Gets the remaining API credits for your API key
curl --request GET \
--url https://data.solanatracker.io/credits \
--header 'x-api-key: <api-key>'{
"credits": 123
}API Key for authentication
Successful response
Was this page helpful?