Skip to main content
GET
/
wallet
/
api
/
user
/
cardFlow
查询用户指定卡的所有流水
curl --request GET \
  --url http://localhost/wallet/api/user/cardFlow
{
  "code": 123,
  "msg": "<string>",
  "data": {
    "dataTotal": 123,
    "haveNext": true,
    "list": [
      {
        "appId": "<string>",
        "appUserId": "<string>",
        "amount": 123,
        "cardAssetId": 123,
        "cardId": 123,
        "createAt": "2023-11-07T05:31:56Z",
        "currency": "<string>",
        "decimalPlaces": 123,
        "desc": "<string>",
        "feeAmount": 123,
        "flowNo": "<string>",
        "icon": "<string>",
        "intent": "<string>",
        "postedAt": "2023-11-07T05:31:56Z",
        "status": "CREATED",
        "symbol": "<string>",
        "time": "2023-11-07T05:31:56Z",
        "title": "<string>",
        "totalAmount": 123
      }
    ]
  }
}

Query Parameters

agencyCode
string
required

代理商码

appId
string
required

App标识

appUserId
string
required

App用户ID

cardId
integer<int64>
required

卡ID

pageNo
integer<int32>
required

第几页

pageSize
integer<int32>
required

每页多少条

sign
string
required

签名

Response

200 - application/json

OK

code
integer<int32>
required
msg
string
required
data
AppPage«UserCardFlowDTO» · object