BlockonomicsAPI Reference
Blockonomicsv1.0

Blockonomics API

Accept Bitcoin payments, track addresses, manage wallets and stores — all through a single, straightforward API.

Base URL

HTTPShttps://www.blockonomics.co/api

Errors

The API uses standard HTTP status codes. Errors return JSON with a message field describing the problem.

200

OK

Request succeeded.

400

Bad Request

Missing or invalid parameters.

401

Unauthorized

API key missing or invalid.

403

Forbidden

Authenticated but not permitted.

404

Not Found

Resource does not exist.

429

Too Many Requests

Rate limit exceeded. Retry after the indicated delay.

500

Server Error

Something went wrong on our end.

Guides