2️⃣Metadata

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).

const meta = await rangoClient.meta()

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

Last updated