Skip to main content
GET
List Fund Logs
Partners can list fund transaction logs with optional filters. Each log entry records a balance change caused by a deposit, withdrawal, or compensation event.

Authentication

Partner-App-Key
string
required
Your partner app key.
X-HSPay-Signature
string
required
Base64-encoded Ed25519 signature of the sign data.
X-HSPay-Timestamp
string
required
Unix timestamp (seconds) of the request. Must be within 60 seconds of server time.

Query Parameters

token
string
Filter by token symbol (e.g., USDT, USDC).
change_type
integer
Filter by change type. 1 = Deposit, 2 = Withdraw, 3 = Compensate.
page
integer
Page number for pagination.
page_size
integer
Number of results per page.