API reference
Token Map

Retrieve supported token lists

Request

  • Path: /token_map
  • Method type: GET

Example request

curl -X GET "https://api.example.com/token_map"

Example Response:

{
  "etherum": "0xc...",
  "cardano": "0xd..."
}