Deposit and Withdraw Histories
Deposit and Withdraw histories for copin lite
Authentication
This endpoint requires authentication using a JWT token in the Authorization header.
JWT token in the format: Authorization {token}
Request Query
Limit per page
Skip records
Request Example
Response
The API returns a paginated list of deposit and withdrawal transactions.
Array of transaction objects
Address of the embedded wallet
Estimated timestamp when the transaction will be completed
Type of transaction: “DEPOSIT” or “WITHDRAW”
Current status of the transaction: “PENDING”, “SUCCESSFUL”, or “FAILED”
Timestamp when the transaction was created
Transaction details (varies based on transaction type)
Withdraw Transaction Data Fields
Address where funds were sent (for WITHDRAW transactions)
Total amount of the withdrawal request
Total fee amount charged for the withdrawal
Withdrawal fee charged by HyperLiquid
Transfer fee charged by HyperLiquid
Amount being withdrawn after fees
Final amount received after all fees
Timestamp when the withdrawal was processed
Transaction hash for the withdrawal
Timestamp when fees were charged
Transaction hash for the fee charge
Deposit Transaction Data Fields
Transaction hash of the deposit request
Log index in the transaction
Timestamp when the deposit request was made
Address of the relayer that processed the deposit
String representation of the deposit amount (in wei)
Deposit amount in standard units
Permit data used for the deposit
Cryptographic signature for the permit
Timestamp deadline for the permit