获取指定钱包的转账列表
GET
/api/v1/transfer/query/orders/wallet/{walletId}HMAC返回通过路径变量标识的钱包的转账订单分页列表。
请求头
路径参数
查询参数
请求示例
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"