Skip to main content
GET
/
subscription
Get Subscription Information
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>"
}

Authorizations

x-api-key
string
header
required

API Key for authentication

Response

200 - application/json

Successful response

credits
integer
plan
string
next_billing_date
string
status
string
⌘I