Arcanum pay
  1. GETTING STARTED
Arcanum pay
  • GETTING STARTED
    • Documentation Overview
    • How to Get API Keys
    • Currencies and Networks
    • Request Authorization
  • API REFERENCE V1
    • Operation
      • Create Deposit
      • Create Withdrawal
      • Get Transaction By Id
    • Balance
      • Get Project Balance
    • Currency
      • Get Available Currencies
    • Wallets
      • Get Static Wallet
    • Callbacks
      • Verify Callback
  1. GETTING STARTED

Request Authorization

Authorization header#

To authorize each API request, pass your API KEY in the api-key header and pass your PROJECT ID in the project-id header as follows:
api-key: <API KEY>,
project-id: <PROJECT ID>

Example of a response with an error#

// status code 401

{
  success: false,
  error: 'Invalid merchant-id or api-key in headers'
}
Modified at 2025-09-26 14:21:10
Previous
Currencies and Networks
Next
Operation
Built with