READ_BALANCE| Field | Notes |
|---|---|
networkId | Chain identifier, for example ETHEREUM, BSC, TRON |
label | Display form, usually name (tokenStandard) |
contract | Token contract address, or null for a native asset |
confirmations | Blocks required before a deposit is credited |
memoRequired | true on chains that need a memo or tag. Getting this wrong loses the deposit |
depositsEnabled | Computed: the coin is enabled and the network is active |
asset object here carries fewer fields than the list entry on the previous endpoint. There is no networkCount and no depositLock. Inactive networks are left out entirely rather than returned as disabled.| Status | code | Cause |
|---|---|---|
400 | VALIDATION_ERROR | assetId breaks the length or character rule |
404 | NOT_FOUND | Message "Unknown asset". Returned both for a coin that does not exist and for one with no active networks. This is deliberate, so the catalogue cannot be mapped out by guessing |