BlockonomicsAPI Reference
Wallets
GET/v2/wallets/{id}Auth required

Get wallet details

Returns details of a specific wallet.

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

Path Parameters

idintegerrequired

The unique ID of the wallet

Query Parameters

balancebooleandefault: false

Whether to include balance information

Responses

dataobjectView wallet
idpath · integerrequired

The unique ID of the wallet

balancequery · boolean

Whether to include balance information

Response will appear here