BlockonomicsAPI Reference
Stores
POST/v2/stores/{id}/walletsAuth required

Attach wallet to store

Attach an existing wallet in your Blockonomics account to a specific store.

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

Path Parameters

idintegerrequired

The unique ID of the store

Request Body

wallet_idintegerrequired

The unique ID of the wallet to attach

Responses

idpath · integerrequired

The unique ID of the store

wallet_idbody · integerrequired

The unique ID of the wallet to attach

Response will appear here