User Manual
Overview
Get Balances
Balance History
Create Deposit Order
Get Deposit Order Detail
Cancel Deposit Order
Create Withdraw Order
Get Withdraw Order Detail
Cancel Withdraw Order
Create Exchange Order
Get Exchange Order Detail
Upload File
Customer Rate
Home/Deposit

Create Deposit Order

Last Updated: 2026-05-29
HTTP Request
POST/v1/deposit/order

Auth: Signed API key required

Permissions: Deposit

Signed Location: JSON body

Content-Type: application/json

Create a pending fiat deposit and attach previously uploaded files.

Headers

Parameter NameRequiredTypeNotes
X-MBX-APIKEYtruestringProvisioned ACCESS_ID. x-access-id is also accepted by the backend, but X-MBX-APIKEY is recommended.

Request Body

Parameter NameRequiredTypeNotes
currencytruestringCreditCurrency enum value.
amounttruestringDecimal string. Single-currency order — no price/rate.
reference_idfalsestringReference provided by the user.
remarkfalsestringAdditional remark.
file_idstruestringJSON array string, for example "[123,124]".
timestamptrueint64Request timestamp in milliseconds. Microseconds are also accepted and normalized by the server.
recvWindowfalseintegerOptional receive window. Default 5000, maximum 60000.
signaturetruestringHMAC-SHA256 signature of the signed payload. signature itself is not part of the payload string being signed.
Notes
  • file_ids must reference existing files.
  • The maximum number of files is limited by MAX_CREDIT_FILE (10).

Request Example

curl -X POST 'https://<host>/v1/deposit/order' \
  -H 'X-MBX-APIKEY: <ACCESS_ID>' \
  -H 'Content-Type: application/json' \
  -d '{
    "currency":"NGN",
    "amount":"1000",
    "reference_id":"ref-001",
    "remark":"manual deposit",
    "file_ids":"[123,124]",
    "timestamp":1717200000000,
    "recvWindow":5000,
    "signature":"<SIGNATURE>"
  }'
About
  • About Us
  • Terms of Service
  • Privacy Policy
Products
  • Deposit
  • Withdrawal
  • Exchange
Developers
  • API Docs
  • API Management
Support
  • Help Center
Community
Theme
    • About Us
    • Terms of Service
    • Privacy Policy
    • Deposit
    • Withdrawal
    • Exchange
    • API Docs
    • API Management
    • Help Center
© 2020-2026 PayAny.com. All rights reserved.