---
title: "Get User Bridge Tokens"
method: GET
path: "/defi/v1/bridge/tokens"
tags: ["bridge"]
---

# Get User Bridge Tokens

`GET /defi/v1/bridge/tokens`

Returns a comprehensive list of tokens that the all the bridge currently supports. The response includes each token’s symbol and its corresponding blockchain address, enabling users to easily determine which assets can be transferred or managed through the bridge.

> 💡 
**Compute Unit Value:** `60` (Fixed)

## Response `200`

Successful response

- object
  - `status` number — Numeric status code indicating success or failure of the API call
  - `msg` string — Human-readable message describing the API result or error
  - `data` object
    - `tokens` object[]
      - `tokenSymbol` string, required — Symbol of a token
      - `tokenLogo` string, nullable, required — Logo URL of a token
      - `chainName` string, required — Human-readable blockchain network name
      - `chainId` string, required — Blockchain network identifier (EVM chain ID, Solana chain name, etc.)
      - `chainLogo` string, nullable, required — Logo URL of the chain
      - `address` string, required — Blockchain contract or wallet address
      - `decimals` string, required — Number of decimal places the token supports
      - `Bridge` object[], required — Array of bridge services available for a token
        - `name` string, required — Name of a token or asset
        - `bridgeLogo` string, required — Logo of the bridge service

---

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