Back

#xrp

2 APIs with this tag

XRPL Token API

Read live XRP Ledger token data from public XRPL nodes — no key — focused on the parts that account-balance APIs miss: what an issuer has actually issued, the native DEX, and native AMM pools. The issuer endpoint returns a gateway's obligations — the total amount of each currency it has issued into circulation, effectively each token's supply. The order-book endpoint returns the live XRPL decentralized-exchange book for any currency pair (against XRP or another issued token) with the best quality offers. And the AMM endpoint returns the on-chain Automated Market Maker pool for a pair — its two reserves, trading fee and LP token outstanding. Distinct from account-, balance- and transaction-level APIs: this is the token-issuance and on-chain-market layer for XRPL wallets, gateways, stablecoin issuers, market makers and analytics. Live from the ledger; short cache only.

api.oanor.com/xrpltoken-api

XRP Ledger (XRPL) API

Live on-chain data from the XRP Ledger (XRPL), the decentralized blockchain behind XRP, served straight from public XRPL nodes by JSON-RPC — no key, nothing cached. The account endpoint returns any address's core state: its XRP balance, transaction sequence, the number of objects it owns, and its account flags and domain — the genesis-era account rHb9CJAWyB4rj91VRWn96DkukG4bwdtyTh holds tens of thousands of XRP. The balances endpoint returns the full wallet: the XRP balance plus every issued-currency trustline (token or stablecoin) the account holds, with the issuer, currency and amount, decoding hex currency codes to readable tickers. The transactions endpoint returns the account's most recent ledger activity — payments, DEX offers, trustline changes — each with its hash, type, amount, fee, result and time. The server endpoint returns the state of the ledger itself: the latest validated ledger index and age, the base and per-object XRP reserves, the current fee and the node software version — the network health a wallet or explorer needs. Everything is read live from the XRPL, nothing stored. This is the XRP Ledger on-chain layer for any wallet, explorer, exchange, payments or analytics app. Distinct from EVM and Solana on-chain APIs and from price feeds — this is XRPL account state, token balances, transactions and ledger health. 4 endpoints, no key on our side.

api.oanor.com/xrpl-api