BlockonomicsAPI Reference
Wallets
POST/v2/walletsAuth required

Add a wallet

Attach a new wallet to your Blockonomics account.

Requires Bearer token authentication. Include Authorization: Bearer YOUR_API_KEY in the request header.

Request Body

namestring

Name your wallet for easier identification

addressstringrequired

Wallet address. For BTC: xPub address. For USDT: EVM address (0x...).

cryptostringrequired

Type of crypto. Supported values: BTC, USDT.

Responses

dataobjectView wallet
namebody · string

Name your wallet for easier identification

addressbody · stringrequired

Wallet address. For BTC: xPub address. For USDT: EVM address (0x...).

cryptobody · stringrequired

Type of crypto. Supported values: BTC, USDT.

Response will appear here