> ## Documentation Index
> Fetch the complete documentation index at: https://docs.route.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# Find token metadata

> GET /api/v2/tokens

`GET /api/v2/tokens`

Returns curated defaults when address is omitted. Import by ERC-20 address; metadata and decimals are checked onchain, but issuer safety is not established. Successful imported metadata is cached for up to 60 seconds per RPC client; concurrent same-token checks share pending reads.

Prices and executable quotes are not cached by this metadata layer. The curated list includes ETH, USDG, WETH, AI (Artificial Inu), MEME (A Meme Coin), DELTA (Delta), PONS (Pons), and ROUTE (Route, 0x4a72b9702f991b790788f8afa9e7112541f4e8f8). ROUTE is the default receive token on the swap website.

Token verification is tied to the exact Robinhood Chain contract address, not its symbol. It is not a security audit or a guarantee that a token can be sold. No API key or site login is required on the public production service.

Request limits and validation still apply.

## Query parameters

| Parameter | Type   | Required |
| --------- | ------ | -------- |
| address   | string | no       |

## Responses

* **200:** Successful response.
* **400:** Structured error; see errors and access.
* **409:** Structured error; see errors and access.
* **422:** Structured error; see errors and access.
* **429:** Structured error; see errors and access.
* **503:** Structured error; see errors and access.

[Full request and response schemas](/api-reference/openapi) · [Errors and access](/api-reference/overview)
