POST /boost/purchase
POST

/v1/boost/purchase

Create boost payment request

AuthNone — works without a key

Request

POSThttps://api.xrpl.to/v1/boost/purchase
Body
Body fieldsas documented
{ md5, boostAmount, payerAddress }
curl -X POST 'https://api.xrpl.to/v1/boost/purchase'
No public sample for this one — copy the code and fill in your own values.

Response

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

What it does

Create boost payment request

How the slot auction works is in the Boost guide. Read the guide →
OpenAPI