BlockonomicsAPI Reference
Merchants
POST/new_addressAuth required

Create or Get Payment Address

Generates a new payment address to receive payment on your store.

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

Query Parameters

match_callbackstring

String to match part of your store's callback URL. Used to identify the correct store when you have multiple. Partial matches are supported — you don’t need to provide the full callback URL.

cryptostring enumdefault: "BTC"

Cryptocurrency to use. When USDT, the same address is always returned.

"BTC""USDT"
resetinteger enumdefault: 0

Controls address generation for BTC. 0 (default) = new address, 1 = reuse last address. Ignored for USDT.

01

Responses

match_callbackquery · string

String to match part of your store's callback URL. Used to identify the correct store when you have multiple. Partial matches are supported — you don’t need to provide the full callback URL.

cryptoquery · string

Cryptocurrency to use. When USDT, the same address is always returned.

resetquery · integer

Controls address generation for BTC. `0` (default) = new address, `1` = reuse last address. Ignored for USDT.

Response will appear here