# Retrieves supported tokens for a specified chain Retrieves supported tokens for a specified chain Endpoint: GET /public/swap/tokens Version: 1.0.0 ## Query parameters: - `chain` (string) The token chain, one of (Bitcoin, Ethereum, Polygon, Base or Solana) - `token` (string) (Optional) The source token contract address or ticker symbol. Contract address recommended. ## Response 200 fields (application/json): - `symbol` (string) - `name` (string) - `address` (string) - `chain` (string) - `decimals` (number) - `logo` (string) - `price` (number) - `liquidityUsd` (number) - `tags` (array) ## Response 400 fields