跳到主要内容

获取钱包交易流水

GET/api/v1/wallets/{walletBizId}/flowsHMAC

返回指定钱包的交易流水分页列表。

请求头

NameTypeRequiredDescription
X-Api-KeystringrequiredAPI 密钥标识符
X-SignaturestringrequiredHMAC-SHA256 签名
X-TimestampstringrequiredUnix 时间戳(秒)
X-Noncestringrequired唯一请求标识符(UUID)

路径参数

NameTypeRequiredDescription
walletBizIdstringrequired钱包业务 ID

请求示例

curl -X GET https://api.lampay.app/api/v1/wallets/<walletBizId>/flows \
-H "X-Api-Key: sk_live_xxx" \
-H "X-Signature: <computed_signature>" \
-H "X-Timestamp: 1709337600" \
-H "X-Nonce: 550e8400-e29b-41d4-a716-446655440000"

响应

200成功
{
"version": "1.3.0",
"timestamp": 1709337600000,
"success": true,
"code": 2000,
"message": "string"
}