/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.
Request
https://api.xrpl.to/v1/keys/{wallet}/subscription| Path parameter | Value | Description |
|---|---|---|
| wallet | Your wallet's r-address |
curl 'https://api.xrpl.to/v1/keys/{wallet}/subscription'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.