XRPSCAN
HomeMetricsValidatorsAmendments
  • 📖Build with XRPSCAN
  • 📘API Documentation
    • Introduction
    • Pricing
      • Pay as you Go (PAYG)
    • API Concepts
      • Pagination
    • Account
      • Account info
      • Activations
      • Ancestry
      • Assets
      • Deposit Preauths
      • DEX Orders
      • Escrows
      • Issued tokens
      • Issued token balance
      • NFTs
      • Settings
      • Trustlines
      • Transactions
      • Xumm KYC status
    • Transaction
      • Transaction info
    • Ledger
      • Ledgers
      • Ledger info
      • Transactions
    • NFT
      • NFT info
    • AMM
      • AMM info
      • Pools
    • Object
      • Object info
    • Amendment
      • Amendments
      • Amendment info
    • Validator
      • Registry
      • Validator info
      • Report
    • Node
      • Nodes
      • Node info
    • Network
      • Fee
      • Server info
      • Server versions
    • Account Name
      • Well known accounts
    • Balance
      • Balances
    • Fact
      • Facts in namespace
      • Fact
    • Metrics
      • Metrics
    • Health
      • Ping
  • 📗Help
    • Integration guide
    • Validator
    • Contribute
    • Privacy policy
    • Contact us
  • 📙FAQs
    • How to report scams
Powered by GitBook
On this page
  • Request
  • Example
  • Response
  1. API Documentation
  2. Account

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"
  }
]
PreviousEscrowsNextIssued token balance

Last updated 1 year ago

📘