List transfers for specific wallet
GET
/api/v1/transfer/query/orders/wallet/{walletId}HMACReturns a paginated list of transfer orders for a wallet identified by path variable.
Headers
Path Parameters
Query Parameters
Request Example
curl -X GET https://api.lampay.app/api/v1/transfer/query/orders/wallet/<walletId>?startTime=<startTime>&endTime=<endTime> \
-H "X-Api-Key: sk_live_xxx" \
-H "X-Signature: <computed_signature>" \
-H "X-Timestamp: 1709337600" \
-H "X-Nonce: 550e8400-e29b-41d4-a716-446655440000"