TaliwareTaliware Developer

Get owner token balances

https://developer.taliware.com/api/v1/cl2c/token

Back to all CL2C endpoints

Complete endpoint URL
gethttps://developer.taliware.com/api/v1/cl2c/token
GET
/cl2c/token
x-api-key<token>

In: header

Query Parameters

type?string

When provided, returns a single balance object. If omitted, returns both balances.

Value in"mainnet" | "faucet"

Response Body

curl -X GET "https://developer.taliware.com/api/v1/cl2c/token?type=mainnet"
{
  "balance": 0,
  "walletAddress": "string"
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
Get owner token balances