GET
/
api
/
v4
/
realms
/
{id}
/
web3
/
wallet_balance
curl --request GET \
  --url https://api.drip.re/api/v4/realms/{id}/web3/wallet_balance \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "chain_type": "evm",
  "wallet_address": "<string>"
}'
{
  "balance": "<string>",
  "chain": "<string>"
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

id
string
required

Body

application/json
chain_type
enum<string>
required
Available options:
evm,
solana
wallet_address
string
required

Response

200 - application/json
Successfully retrieved wallet balance
balance
string
chain
string