Last updated 6 months ago
Was this helpful?
GET /wallet/list HTTP/1.1 Host: Accept: */*
Successful response
{ "code": 200, "msg": "success", "data": { "list": [ { "amt": 20.2, "cuy": 840 } ], "count": 20 } }
1
20
GET /wallet/flow/list HTTP/1.1 Host: Accept: */*
{ "code": 200, "msg": "success", "data": { "list": [ { "id": 1, "uid": 1, "wid": 1, "osn": "text", "type": 1, "cuy": 840, "amt": 1, "balance": 1, "mark": "text", "created_at": "2025-04-16T23:40:00.774Z" } ], "count": 20 } }