Skip to main content
GET
/
api
/
v1
/
wallet
/
{id}
/
balance
Get wallet balance
curl --request GET \
  --url https://api.example.com/api/v1/wallet/{id}/balance \
  --header 'Authorization: Bearer <token>'
{
  "blockchain": "arbitrum",
  "balance": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.extractor.live/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authentication

Path Parameters

id
integer<int64>
required

Response

200 - application/json

OK

blockchain
enum<string>

Network uid that associated with extractor contract

Available options:
arbitrum,
bsc,
bsc_testnet,
ethereum,
linea,
optimism,
base,
base_sepolia,
gnosis,
fantom,
polygon,
polygon_amoy,
blast,
zksync,
scroll,
avalanche,
avalanche_fuji,
telos,
sepolia,
holesky,
ethereum_sepolia,
ethereum_holesky,
tron,
zeta,
somnia,
adi,
anvil,
icp,
vechain,
stellar,
bitcoin,
solana
balance
integer

Wallet balance