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

Get Deposit Order Detail

Last Updated: 2026-05-29
HTTP Request
GET/v1/deposit/order/{id}

Auth: Signed API key required

Permissions: UserData

Signed Location: Query string

Get a single deposit order detail, including its status, amount, resolved receiving account, and message/proof log rows. {id} is the deposit order id.

Headers

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

Request Parameters

Parameter NameRequiredTypeNotes
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. RSA and Ed25519 are also supported when provisioned.

Return Parameters

Parameter NameRequiredTypeNotes
data.data.idtrueintegerDeposit order id.
data.data.statustruestringDeposit order status value.
data.data.currencytruestringDeposit currency (single-currency order).
data.data.amounttruestringDeposit amount.
data.data.create_timetrueint64Creation Unix timestamp in seconds.
data.credit_log[]falsearrayStatus/message log rows, each with an optional attached file.

Request Example

curl 'https://<host>/v1/deposit/order/123?timestamp=<TIMESTAMP>&recvWindow=5000&signature=<SIGNATURE>' \
  -H 'X-MBX-APIKEY: <ACCESS_ID>'
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.