POST /presale/{id}/join
POST

/v1/presale/{id}/join

Join — checks the wallet can fund the escrow above its reserve, returns the conditional EscrowCreate to sign; an unconfirmed slot may join again, an escrow that already landed is confirmed instead

AuthNone — works without a key

Request

POSThttps://api.xrpl.to/v1/presale/{id}/join
Path parameterValueDescription
idA token id: its md5, slug or issuer_currency
Body
Body fieldsas documented
{ address, amountXrp }
curl -X POST 'https://api.xrpl.to/v1/presale/{id}/join'
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

Join — checks the wallet can fund the escrow above its reserve, returns the conditional EscrowCreate to sign; an unconfirmed slot may join again, an escrow that already landed is confirmed instead

OpenAPI