GET /presale/{id}/claim-info
GET

/v1/presale/{id}/claim-info

Per-buyer claim (CheckCash) or refund (EscrowCancel) transaction to sign

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/presale/{id}/claim-info
Path parameterValueDescription
idA token id: its md5, slug or issuer_currency
Query parameterValueDescription
addresscontributor r-address
curl 'https://api.xrpl.to/v1/presale/{id}/claim-info'
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

Per-buyer claim (CheckCash) or refund (EscrowCancel) transaction to sign

OpenAPI