BlockonomicsAPI Reference
Stores
POST/v2/storesAuth required

Create a new store

Create a new store in your Blockonomics account.

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

Request Body

namestring

Name of the store

http_callbackstringrequired

Website's callback URL

Responses

dataobjectView store
namebody · string

Name of the store

http_callbackbody · stringrequired

Website's callback URL

Response will appear here