GET /keys/{wallet}/subscription
GET

/v1/keys/{wallet}/subscription

Subscription details, available upgrades and partnerRequest { status: pending|approved|declined, creditUrl, requestedAt, decidedAt, reason } (null when never requested). billingCycle.end is the paid term end: 30 days for a monthly purchase, 365 for yearly. Buying the same tier again before it ends extends the term; an ended term downgrades the wallet and its keys to Free.

Authwallet signature

Request

GEThttps://api.xrpl.to/v1/keys/{wallet}/subscription
Path parameterValueDescription
walletYour wallet's r-address
curl 'https://api.xrpl.to/v1/keys/{wallet}/subscription'
Needs a wallet signature, so it cannot run from this page — see API Keys for the headers.

Response

No public sample for this endpoint — run the code on the right with your own values and your key to see the response.

What it does

Subscription details, available upgrades and partnerRequest { status: pending|approved|declined, creditUrl, requestedAt, decidedAt, reason } (null when never requested). billingCycle.end is the paid term end: 30 days for a monthly purchase, 365 for yearly. Buying the same tier again before it ends extends the term; an ended term downgrades the wallet and its keys to Free.

OpenAPI