---
title: "Tokens supported by Odos"
method: GET
path: "/info/tokens/{chain_id}"
tags: ["Information"]
---

# Tokens supported by Odos

`GET /info/tokens/{chain_id}`

All of the supported ERC-20 tokens that Odos uses for swaps for input, output, and routing tokens. These tokens have been manually audited to ensure they will work with Odos. Custom tokens can also be used with Odos, but there is no guarantee Odos will find a valid path.

Please reach out if there is a token that should be added to Odos' natively supported tokens.

## Path parameters

- `chain_id` integer, required

## Response `200`

Successful Response

- TokenMap — Token Map Schema
  - `deprecated` string, nullable
  - `traceId` string, nullable
  - `tokenMap` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/odos/apis/odos-api.md) · [All operations](https://skmtc.dev/odos/apis/odos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/odos/odos-api/revisions/326e35e349c9/schema)
