钱包交易查询
开发中
POST
whaletCardAccountTransactionsQuery
请求参数
Body 参数application/json
userId
string
用户ID
cardId
string
卡片ID
transactionId
string
交易ID
transactionType
enum<string>
交易类型
枚举值:
balance_depositva_depositoffline_depositqr_code_depositannual_feeopen_cardcard_depositcard_withdrawpayremove_refundclose_pay
transactionStatus
enum<string>
交易类型
枚举值:
processingsuccessfail
transactionStartTime
string
起始时间
正则匹配:
yyyy-MM-dd HH:mm:ss
transactionEndTime
string
截止时间
正则匹配:
yyyy-MM-dd HH:mm:ss
pageNum
integer
页码
>= 1
pageSize
integer
每页数量
>= 1<= 100
示例
{
"userId": "string",
"cardId": "string",
"transactionId": "string",
"transactionType": "balance_deposit",
"transactionStatus": "processing",
"transactionStartTime": "string",
"transactionEndTime": "string",
"pageNum": 1,
"pageSize": 1
}
返回响应
🟢200成功
application/json
Body
total
integer
总记录数
size
integer
每页记录数
current
integer
当前页码
pages
integer
总页数
records
array[object (WhaletCardAccountTransactionInfo) {14}]
必需
userId
string
用户ID
accountId
string
账户ID
cardId
string
卡片ID
transactionId
string
交易ID
transactionCurrency
string
交易币种
>= 3 字符<= 3 字符
transactionAmount
string
交易金额
transactionType
enum<string>
交易类型
枚举值:
balance_depositva_depositoffline_depositqr_code_depositannual_feeopen_cardcard_depositcard_withdrawpayremove_refundclose_pay
transactionStatus
enum<string>
交易状态
枚举 值:
processingsuccessfail
transactionDate
string
交易时间
正则匹配:
yyyy-MM-dd HH:mm:ss
fee
string
手续费金额
feeCurrency
string
手续费币种
>= 3 字符<= 3 字符
description
string
描述
relationBizNo
string
关联交易流水号
waitAmount
string
待结算金额
示例
{
"total": 0,
"size": 0,
"current": 0,
"pages": 0,
"records": [
{
"userId": "string",
"accountId": "string",
"cardId": "string",
"transactionId": "string",
"transactionCurrency": "str",
"transactionAmount": "string",
"transactionType": "balance_deposit",
"transactionStatus": "processing",
"transactionDate": "string",
"fee": "string",
"feeCurrency": "str",
"description": "string",
"relationBizNo": "string",
"waitAmount": "string"
}
]
}
修改于 2024-07-09 09:42:18