Query Crypto Transfers
This API allows you to query internal transfer orders between merchants.
Endpoint Information
Request Header:
X-BH-TOKEN: ******Request Header:
Content-Type: application/jsonRequest Method:
GETRequest Path:
/v2/assets/internalTransferOrdersAuthorization Required: Yes
Query Parameters
The request URL may include the following query parameters:
tokenId
string
(optional) Token symbol, e.g., USDT.
clientId
string
(optional) Client ID for filtering.
startTime
number
(optional) Start timestamp (in ms).
endTime
number
(optional) End timestamp (in ms).
pageSize
number
(optional) Number of records per page.
merchantId
number
(optional) Merchant ID to query records for.
Authorization
This request requires valid authorization via X-BH-TOKEN.
Response Structure
The response will include the following fields:
Example Request
Example Response
✅ Note:
Positive
amountindicates credit to the receiving merchant.Negative
amountindicates debit from the sending merchant.merchantIdindicates which merchant the current record belongs to.

