Token
One token, the way its page on xrpl.to shows it: details, price chart, trades, holders, swap quote and order book.
Details
- GET
/v1/token/{id}Single token by id (see tokenFields for the token object dictionary) - GET
/v1/token/{md5}/relatedRelated projects: other tokens and NFT collections that share the audience of this token. An edge means wallets hold both and accounts post about both — it is NOT a wallet link and does not assert a shared operator (see /token/review for that).
Logo
Price chart
Trades
- GET
/v1/historyTrade history by token, account, or both - GET
/v1/whale-activity/{id}Whale social-proof trade events — top holders of major tokens, smart money, named accounts, whale-sized and fresh-wallet trades on this token - GET
/v1/creator-activity/{id}Token creator trading activity - GET
/v1/creator-activity/{id}/receiver/{address}Creator activity filtered by recipient address
Holders and traders
- GET
/v1/holders/info/{id}Holder concentration (top10/20/50/100 %) - GET
/v1/holders/graph/{id}Holder count history - GET
/v1/holders/list/{id}Paginated holder richlist with acquisition tracking - GET
/v1/holders/movers/{id}Top 24h buyers and sellers by holder balance delta - GET
/v1/holders/ranks/{id}Bulk account-to-rank lookup within the holder richlist - GET
/v1/holders/position/{id}/{address}One account's stake in a token — balance, share of supply and rank, without building the holder list - GET
/v1/holders/empty/{id}Zero-balance trustlines (dust/airdrop accounts; precomputed bot accounts excluded) - GET
/v1/traders/token-traders/{id}Top traders for a token - GET
/v1/token/analytics/token/{id}Token analytics - GET
/v1/token/analytics/token/{id}/tradersTop traders for token - GET
/v1/traders/rotations/{tokenId}Trader rotations for a specific token