Rango Docs
Search…
Introduction
Roadmap
EVM Integrations
Tokenomics
Tutorials
Airdrop
FAQ
Integration
Overview
Rango SDK
Basic SDK (Single TX)
SDK v1 (Multistep TXs)
Overview
Installation
Metadata
Routing
Transactions
Sample Transactions
Balance
Integration Checklist
🖇
Useful Links
White Paper
Twitter
TG Announcements
TG Group
Powered By
GitBook
Metadata
Get all tokens, DEX, and bridges meta data
Get Metadata
This service fetches all required data to fill a swap's UI, including the list of all tokens, and metadata of Swappers (DEXes & Bridges).
get
https://api.rango.exchange:443
/meta
Get all tokens, DEX, and bridges meta data
Typescript
cURL
const
meta
=
await
rangoClient
.
getAllMetadata
()
curl
'https://api.rango.exchange/meta?apiKey=YOUR_API_KEY'
\
-H
'content-type: application/json;charset=UTF-8'
\
-H
'origin: https://app.rango.exchange'
\
--compressed
You can use
usdPrice
field of tokens to show some information such as the total value of wallets in $, the size of swaps in $, the loss amount in $, etc.
Metadata Response
Field
Description
blockChains
List of all supported blockchains
tokens
List of all tokens
popularTokens
List of popular tokens, a subset of tokens field
swappers
List of all supported DEXes & Bridges
Previous
Installation
Next
Routing
Last modified
5mo ago
Copy link
Outline
Get Metadata
get
/meta
Metadata Response