POST /launch-token
POST

/v1/launch-token

Create new token with AMM

AuthNone — works without a key

Request

POSThttps://api.xrpl.to/v1/launch-token
Body
Body fieldsas documented
{
  currencyCode,
  tokenSupply,
  ammXrpAmount,
  name,
  origin,
  user,
  antiSnipe?,
  shield? (default true),
  imageData?,
  domain?,
  description?,
  telegram?,
  twitter?,
  userCheckAmount?,
  platformRetentionPercent?,
  ammTradingFee?,
  bundleRecipients?[]
}
curl -X POST 'https://api.xrpl.to/v1/launch-token'
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 new token with AMM

OpenAPI