Skip to main content
GET
/
credits
Get API Credits
curl --request GET \
  --url https://data.solanatracker.io/credits \
  --header 'x-api-key: <api-key>'
{
  "credits": 123
}

Authorizations

x-api-key
string
header
required

API Key for authentication

Response

200 - application/json

Successful response

credits
integer
⌘I