/v1/launch-token/vesting-by-token/{issuer}/{currency}
Vesting schedule for a launched token (response includes truncated flag when escrow list is incomplete)
Request
https://api.xrpl.to/v1/launch-token/vesting-by-token/rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De/524C555344000000000000000000000000000000| Path parameter | Value | Description |
|---|---|---|
| issuer | The issuer's r-address | |
| currency | The currency code, 3 characters or 40-character hex |
curl 'https://api.xrpl.to/v1/launch-token/vesting-by-token/rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De/524C555344000000000000000000000000000000'
Response
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)