Retrieve a wallet balance
Wallets
Retrieve a wallet balance
Retrieve the balance of a wallet for a specific currency. Use GAS to
retrieve the chain’s native gas token balance. Returns a not-eligible
error if the currency is not supported on the wallet’s chain.
GET
Retrieve a wallet balance
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the user.
Pattern:
^user_[A-Za-z0-9]+$Public ID of the wallet (prefixed with wlt_)
Query Parameters
Currency to return the balance for. Use GAS for the chain's native gas token.
Available options:
USDC, USDT, USDG, SOL, RLUSD, USDHIFI, PYUSD, PYUSD0, USDCX, GAS Response
Wallet balance retrieved successfully.