GET /verify/pricing
GET

/v1/verify/pricing

Verification tier pricing

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/verify/pricing
curl 'https://api.xrpl.to/v1/verify/pricing'

Response

200Example response3 ms · just now · 0.4 KB · 23 lines
https://api.xrpl.to/v1/verify/pricing
{
  "success": true,
  "destination": "rBMrq2GN521SbDyRbnwJc3nVBwxnXRpLTo",
  "network": "mainnet",
  "xrpPrice": 1.4396499999999999,
  "tiers": {
    "2": {
      "name": "Premium",
      "priceUsd": 589,
      "priceXrp": 410
    },
    "3": {
      "name": "Standard",
      "priceUsd": 250,
      "priceXrp": 174
    },
    "4": {
      "name": "Basic",
      "priceUsd": 99,
      "priceXrp": 69
    }
  }
}

What it does

Verification tier pricing

OpenAPI