Authorizations
API Key for authentication
curl --request GET \
--url https://data.solanatracker.io/subscription \
--header 'x-api-key: <api-key>'
{
"credits": 123,
"plan": "<string>",
"next_billing_date": "<string>",
"status": "<string>"
}
Gets current subscription information including credits, plan, and billing details
curl --request GET \
--url https://data.solanatracker.io/subscription \
--header 'x-api-key: <api-key>'
{
"credits": 123,
"plan": "<string>",
"next_billing_date": "<string>",
"status": "<string>"
}
API Key for authentication
Was this page helpful?