Swappers Metadata (DEXs & Bridges)

List of DEXs and bridges integrated in Rango.

If you want to only receive the metadata for supported DEXs and bridges, you can use swappers metadata endpoint.

curl 'https://api.rango.exchange/basic/meta/swappers?apiKey=YOUR_API_KEY' \
  -H 'content-type: application/json;charset=UTF-8'

You can try this API on readme.io, also you can check and test other Rango's APIs too.

This is a sample of response for swappers metadata endpoint:

[
  {
    "id": "SolarbeamSwap",
    "title": "Solarbeam Swap",
    "logo": "https://api.rango.exchange/swappers/solarbeamlogo.png",
    "swapperGroup": "Solarbeam",
    "types": [
      "DEX"
    ],
    "enabled": true
  },
  ...
]

Last updated