Skip to main content

Overview

SX Bet provides a blockchain explorer API that lets you query your USDC balance.

Base URL

For testnet:

Check your USDC balance

Query your ERC-20 token balance using the tokenbalance action. You need the token contract address and your wallet address.
Response:
The result is the raw token balance. Divide by 10^decimals to get the human-readable amount (USDC = 6 decimals). See Unit Conversion for more on token decimals.

Token addresses

TokenMainnetTestnet
USDC0x6629Ce1Cf35Cc1329ebB4F63202F3f197b3F050B0x1BC6326EA6aF2aB8E4b6Bc83418044B1923b2956
See References for the full list of addresses and network details.

Unit Conversion →

Converting between raw token values and human-readable amounts.

References →

Contract addresses, RPC URLs, and chain IDs.

Approve Token Spending →

Approve the TokenTransferProxy before placing bets.

Filling Orders →

Use your balance to fill orders as a taker.
Last modified on April 15, 2026