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
}Was this page helpful?