Authorizations
API Key for authentication
Response
200 - application/json
Successful response
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?