Skip to main content
GET
Try Cobo WaaS Skill in your AI coding assistant (Claude Code, Cursor, etc.). Describe your needs in natural language to auto-generate production-ready SDK code and debug faster 🚀

Authorizations

BIZ-API-KEY
string
header
required

The API key. For more details, refer to API key.

In the API playground, enter your API secret, and your API key will be accordingly calculated.

Path Parameters

wallet_id
string<uuid>
required

The wallet ID.

chain_id
string
required

The chain ID, which is the unique identifier of a blockchain. Currently, only the following account-based chains are supported:

  • ETH: Ethereum
  • TRON: TRON
  • SOL: Solana
  • SETH: Ethereum Sepolia Testnet
  • TTRON: TRON Testnet
  • SOLDEV_SOL: Solana Devnet

Query Parameters

queries
string
required

A comma-separated list of balance queries. Each query is a token ID and a wallet address separated by a colon (:), in the format {token_id}:{address}. A maximum of 50 queries can be specified per request to ensure the URL length stays within standard web server limits (typically 8 KB).

You can retrieve the IDs of all the tokens you can use by calling List enabled tokens.

Example: ETH_USDT:0x1c53e3f2f8b59e5d6b6b6b6b6b6b6b6b6b6b6b6b,ETH:0x9bff46afe2b45ffdfd8a99d4990878d0a44a67b8

Response

The request was successful.

data
object[]