---
title: "Returns information about the given token for the given blockchain"
method: GET
path: "/v1/token/{blockchain}/{address}"
tags: ["Entity"]
---

# Returns information about the given token for the given blockchain

`GET /v1/token/{blockchain}/{address}`

## Path parameters

- `blockchain` string, required
- `address` string, required

## Response `200`

token

- ApiToken
  - `address` ApiTokenAddress, required
    - `blockchain` string, required
    - `address` string, required
  - `metadata` ApiTokenMetadata, required
    - `name` string, required
    - `symbol` string, required
    - `decimals` integer, required
    - `image_url` string
    - `listed` boolean, required
    - `verification` 'whitelisted' | 'blacklisted' | 'community' | 'unknown', required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.net/swap/apis/swap-coffee-api.md) · [All operations](https://skmtc.net/swap/apis/swap-coffee-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swap/swap-coffee-api/versions/fd1067547679/schema)
