Get owner token balances
https://developer.taliware.com/api/v1/cl2c/token
Complete endpoint URL
get
https://developer.taliware.com/api/v1/cl2c/tokenx-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"
]
}