Get internal transfer history
Limit: 10 requests per 1 seconds
GET /v1/admin/internal_transfer_history
This endpoint supports per-user queries only. Provide either user_account or user_address; broker-wide queries are not supported. start_t and end_t are optional time filters for the selected user.
Headers
Timestamp of the signed request in milliseconds.
Account ID of the authenticated account.
Public orderly key used to sign the request.
Signature of the request payload generated with the orderly key.
Query Parameters
CREATED/PENDING/COMPLETED/FAILED
Optional start of the selected user's query range as a 13-digit Unix timestamp in milliseconds.
Optional end of the selected user's query range as a 13-digit Unix timestamp in milliseconds.
start from 1
IN/OUT
If True, return only internal transfers between main account and sub accounts. If False, return only internal transfers between main account and other main accounts. If empty, return all transfer history.
Target user account. This endpoint is per-user only; provide either user_account or user_address.
Target user address. This endpoint is per-user only; provide either user_address or user_account.