GET /promotion/reward/{md5}/{account}
GET

/v1/promotion/reward/{md5}/{account}

Get reward status for a token

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/promotion/reward/0dd550278b74cb6690fdae351e8e0df3/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
Path parameterValueDescription
md5The token's md5 (md5 of issuer_currency)
accountAn XRPL account, its r-address
curl 'https://api.xrpl.to/v1/promotion/reward/0dd550278b74cb6690fdae351e8e0df3/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'

Response

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

What it does

Get reward status for a token

OpenAPI