GET /launch-token/vesting-by-token/{issuer}/{currency}
GET

/v1/launch-token/vesting-by-token/{issuer}/{currency}

Vesting schedule for a launched token (response includes truncated flag when escrow list is incomplete)

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/launch-token/vesting-by-token/rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De/524C555344000000000000000000000000000000
Path parameterValueDescription
issuerThe issuer's r-address
currencyThe currency code, 3 characters or 40-character hex
curl 'https://api.xrpl.to/v1/launch-token/vesting-by-token/rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De/524C555344000000000000000000000000000000'

Response

200Example response20 ms · just now · 0.1 KB · 5 lines
https://api.xrpl.to/v1/launch-token/vesting-by-token/rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De/524C555344000000000000000000000000000000
{
  "success": true,
  "vesting": null,
  "truncated": true
}

What it does

Vesting schedule for a launched token (response includes truncated flag when escrow list is incomplete)

OpenAPI