POST /presale
POST

/v1/presale

Create a presale (issuer + sale wallets are provisioned server-side)

AuthNone — works without a key

Request

POSThttps://api.xrpl.to/v1/presale
Body
Body fieldsas documented
{
  currencyCode,
  name,
  origin,
  tokenSupply,
  goalXrp,
  softCapXrp,
  durationHours,
  tradingFee,
  creatorPct?,
  creatorVestDays?,
  buyerUnlockPct?,
  buyerVestDays?,
  imageData?,
  description?,
  twitter?,
  telegram?,
  website?
}
curl -X POST 'https://api.xrpl.to/v1/presale'
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 a presale (issuer + sale wallets are provisioned server-side)

OpenAPI