---
title: "GET /v1/token"
method: GET
path: "/v1/token"
tags: ["Token"]
---

# GET /v1/token

`GET /v1/token`

Get token by address

## Query parameters

- `chain_id` string, required
- `id` string, required

## Response `200`

return token

- Token
  - `id` string — Ethereum Address or native token id
  - `chain` string — Chain Name
  - `name` string
  - `symbol` string
  - `display_symbol` string
  - `optimized_symbol` string
  - `decimals` integer
  - `logo_url` string
  - `is_verified` boolean
  - `is_core` boolean
  - `price` number — USD price.Price of 0 means no data
  - `time_at` integer — The timestamp when the current token was deployed on the blockchain.

---

[API](https://skmtc.net/debank/apis/debank-openapi.md) · [All operations](https://skmtc.net/debank/apis/debank-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debank/debank-openapi/revisions/3f676effe339/schema)
