cURL
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
API Key for authentication
Successful response
Was this page helpful?