/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
Request
https://api.xrpl.to/v1/presale/{id}/join| Path parameter | Value | Description |
|---|---|---|
| id | A token id: its md5, slug or issuer_currency |
{ address, amountXrp }
curl -X POST 'https://api.xrpl.to/v1/presale/{id}/join'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