X-API-KEY header (OpenAPI security scheme ApiKeyAuth).
Some write endpoints also require HMAC request signing (X-API-Nonce and X-API-Signature). Those requirements are declared per operation in the interactive API reference.
Create an API key
- Open the merchant dashboard and go to Settings → API & Webhook → API Keys:
https://merchants.zbx.boomfi.xyz/dashboard/settings/api-keys - Create a new key.
- Copy the secret immediately and store it in a secrets manager.
Send the key
Request signing (when required)
Permanent pay-in address creation and crypto payouts require HMAC request signing in addition to the API key. Other writes may only needX-API-KEY: check each operation in the API reference for ApiNonce / ApiSignature.
How the signature is built, how to fetch the signing secret, and a code sample are documented in the full guide: Authentication.