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

Update a wallet

Update the 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

Request Body

namestring

Give a new name to the wallet

gap_limitinteger

The number of unused addresses to check before considering the wallet as inactive. Do not touch this unless you know what you are doing.

Responses

dataobjectView wallet
idpath · integerrequired

The unique ID of the wallet

namebody · string

Give a new name to the wallet

gap_limitbody · integer

The number of unused addresses to check before considering the wallet as inactive. Do not touch this unless you know what you are doing.

Response will appear here