Skip to main content
The EQXPay API exposes REST endpoints over HTTPS. All requests must be authenticated with a Bearer token. See Authentication for details.

Base URL

Sandbox: https://sandbox.api.eqxpay.io
Production: https://api.eqxpay.io

Request format

  • Content-Type: application/json for all POST and PATCH requests
  • Authorization: Bearer <token> on every request
  • Idempotency-Key: Required on state-mutating operations (see Authentication)

Response format

All responses are JSON. Successful responses return the resource or a list. Errors return the standard error envelope.

Sections

Payouts

Routes, quotes, and retail payout transactions to beneficiaries.

Autoconvert

On-deposit auto-conversion summary and credit history.

Onramp

Inbound on-chain funding events.

Beneficiaries

Create and manage payout recipients.

Markets

Exchange rates and supported corridors.

Collections

Inbound payment collections and market/rail discovery.

Checkout

Hosted checkout sessions for payer-facing payment collection.

Deposits

On-chain deposit addresses and deposit history.

Risk

Risk signals for compliance and fraud monitoring.

Auth

Authentication, 2FA, token management, and user registration.