POST /keys/{wallet}/partner-request
POST

/v1/keys/{wallet}/partner-request

Apply for the free Partner tier (see usagePolicy.partner)

Authwallet signature

Request

POSThttps://api.xrpl.to/v1/keys/{wallet}/partner-request
Path parameterValueDescription
walletYour wallet's r-address
Body
Body fieldsas documented
{
  creditUrl: "https://… page where the Data by xrpl.to credit is visible",
  contact: "email or @handle"
}
curl -X POST 'https://api.xrpl.to/v1/keys/{wallet}/partner-request'
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

Apply for the free Partner tier (see usagePolicy.partner)

Notes
Needs an active key created with project details that has made real requests; one open request per wallet (409 while pending). A person opens creditUrl, checks the credit, and approving upgrades every active key on the wallet. Result appears in GET /keys/{wallet}/subscription.
OpenAPI