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