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/Balance History

Balance History

Last Updated: 2026-05-29
HTTP Request
GET/v1/balance/history

Auth: Signed API key required

Permissions: UserData

Signed Location: Query string

Get paginated balance history with filters for time, business, and amount.

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
pagefalseintegerCurrent page; default is controlled by the server.
limitfalseintegerNumber of records per page.
currencyfalsestringFilter by currency.
businessfalsestringBalanceBusinessEnum.
amountfalsestringExact amount to filter by.
start_timefalseint64Start Unix timestamp.
end_timefalseint64End Unix timestamp.
time_enumfalsestringOnly supports Today or Yesterday.
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[]truearrayBalance history rows.
data.counttrueintegerNumber of items on the current page.
data.curr_pagetrueintegerCurrent page number.
data.totaltrueintegerTotal number of records.
data.has_nexttruebooleanWhether there is a next page.
data.total_pagetrueintegerTotal number of pages.

Request Example

curl 'https://<host>/v1/balance/history?page=1&limit=20&currency=NGN&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.