Documentation Index
Fetch the complete documentation index at: https://docs.chipipay.com/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
chainToken | ChainToken | Yes | Token identifier (e.g. "USDC") |
chain | Chain | Yes | Blockchain network. Use Chain.STARKNET |
walletPublicKey | string | No | Wallet address. Use this or externalUserId |
externalUserId | string | No | External user ID. Use this or walletPublicKey |
bearerToken | string | No | JWT token. Falls back to apiSecretKey if not provided |
Return Value
Returns aPromise<GetTokenBalanceResponse> with the balance data.
