Retrieve a paginated list of all subscriptions associated with your API profile, sorted by timestamp in descending order (most recent first).
Notes:
- Returns up to 50 subscriptions per page.
- Requires a valid API Key with access to the profile.
- Results are automatically sorted by creation timestamp, with the newest subscriptions appearing first.
- Use pagination parameters to navigate through multiple pages of results.
Method: GET
Path: https://api.blockbee.io/subscription/list/
Parameters
Query Parameters
apikeystring•Required
API Key provided by BlockBee's Dashboard. Unsure how to get yours? Check this tutorial.
Note: The API key can also be sent as a header named apikey.
your_api_key_hereReturns
Returns a paginated list of subscriptions.
subscriptionsobject[]
List of subscriptions tied to the API profile.
Token associated with the subscription.
Subscription or payment link for the customer.
Indicates if the subscription is active.
User identifier in your system.
Customer e-mail.
Timestamp of the subscription's expiration (may be null).
List of completed payments for the subscription.
Token for the specific payment.
The value of the payment.
The cryptocurrency used for the payment.
Duration in seconds.
FIAT amount received for the payment.
true if the payment is paid.
true if the payment is pending blockchain confirmation.
true if the payment is partially paid.