Skip to main content
GET
Get Wallet

Overview

Retrieve your business wallet information including:
  • Balance: Available, hold, and total amounts in USD
  • Deposit Addresses: TRC20 and ERC20 addresses for receiving crypto deposits
  • Withdrawal Address: Your configured USDT withdrawal destination

Response Details

Balance Object

The response also includes a top-level totalCardBalance (number, USD) — the total available balance loaded across your business’s spendable cards. This is distinct from the wallet balance above, which is the unloaded balance available to fund cards.

Deposit Addresses

The deposit object contains:
  • TRC20 Address: For deposits on TRON network
  • ERC20 Address: For deposits on ETH, BSC, Polygon, Arbitrum, Avalanche networks
Both address types accept USDT and USDC.
If you don’t have a deposit address yet, use the Generate Deposit Address endpoint to create one.

Withdrawal Address

Returns null if no withdrawal address is configured. Otherwise includes:

Example Usage

Authorizations

Authorization
string
header
required

JWT access token obtained from /auth/token

Response

Wallet information retrieved successfully

success
boolean
Example:

true

status
integer
Example:

200

message
string
data
object
meta
object