Skip to main content
GET
/
wallet
/
balance
Get Sponsor Account Balance
curl --request GET \
  --url https://api.depo.to/wallet/balance \
  --header 'x-api-key: <api-key>'
{
  "address": "0x1234567890123456789012345678901234567890",
  "balance": "1250.50",
  "chain": "base"
}

Authorizations

x-api-key
string
header
required

API key from depo.to dashboard

Response

Sponsor account information

address
string

Sponsor account address to deposit funds

Example:

"0x1234567890123456789012345678901234567890"

balance
string

Current sponsor account balance in USD

Example:

"1250.50"

chain
string

Blockchain network of the sponsor account

Example:

"base"