Issued tokens

This endpoint retrieves tokens issued by a given account.

Request

GET /api/v1/account/{ACCOUNT}/obligations

Example

curl https://api.xrpscan.com/api/v1/account/rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B/obligations

Response

[
  {
    "currency": "AUD",
    "value": "8692.124778218182"
  },
  {
    "currency": "BTC",
    "value": "383.870451452218"
  },
  {
    "currency": "CHF",
    "value": "8999.902361874776"
  },
  {
    "currency": "EUR",
    "value": "4993503.074323792"
  },
  {
    "currency": "GBP",
    "value": "2358.981108002784"
  },
  {
    "currency": "JPY",
    "value": "898767.4602429621"
  },
  {
    "currency": "USD",
    "value": "12197839.11643992"
  }
]

Last updated