GET /promotion/pool/{md5}
GET

/v1/promotion/pool/{md5}

Get promotion pool info (status, amounts, expiry)

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/promotion/pool/0dd550278b74cb6690fdae351e8e0df3
Path parameterValueDescription
md5The token's md5 (md5 of issuer_currency)
curl 'https://api.xrpl.to/v1/promotion/pool/0dd550278b74cb6690fdae351e8e0df3'

Response

200Example response1 ms · just now · 0.0 KB · 3 lines
https://api.xrpl.to/v1/promotion/pool/0dd550278b74cb6690fdae351e8e0df3
{
  "exists": false
}

What it does

Get promotion pool info (status, amounts, expiry)

OpenAPI