---
title: "Get Subscription Information"
method: GET
path: "/subscription"
tags: ["Credits"]
---

# Get Subscription Information

`GET /subscription`

Gets current subscription information including credits, plan, and billing details

## Response `200`

Successful response

- SubscriptionResponse
  - `credits` integer
  - `plan` string
  - `next_billing_date` string
  - `status` string

---

[API](https://skmtc.dev/solanatracker/apis/solana-tracker-data-api.md) · [All operations](https://skmtc.dev/solanatracker/apis/solana-tracker-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/solanatracker/solana-tracker-data-api/revisions/c07c6f82d0c4/schema)
