POST /presale/{id}/finalize
POST

/v1/presale/{id}/finalize

Finalize after deadline/goal: capture escrows, deliver claim Checks, seed AMM, blackhole wallets

AuthNone — works without a key

Request

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

Finalize after deadline/goal: capture escrows, deliver claim Checks, seed AMM, blackhole wallets

OpenAPI