cURL
curl --request POST \ --url https://sandbox.finhub.cloud/api/v2.1/fincard/virtual/account/list \ --header 'Content-Type: application/json' \ --header 'X-Forwarded-From: <x-forwarded-from>' \ --data ' { "accountId": "wsb-abc123", "accountType": "<string>", "pageNum": 1, "pageSize": 10 } '
{ "success": true, "code": 123, "msg": "<string>", "data": { "total": 123, "records": [ { "accountId": "<string>", "accountName": "<string>", "accountType": "<string>", "currency": "<string>", "totalBalance": "<string>", "availableBalance": "<string>", "frozenBalance": "<string>", "digital": 123, "currentBalance": 123, "accountStatus": "<string>", "createTime": 123, "updateTime": 123 } ] } }
List accounts with pagination and type filter
User agent
Forwarded for
Client application identifier
"client-app"
Tenant ID
Device ID
Platform
Account list request
Account ID (optional filter)
"wsb-abc123"
Account type: WALLET (Wallet Account), MARGIN (Margin Account)
Current page. Default is 1
Number of pages per page. Default 10, maximum 10
Successful response
Account list response
Success flag
Response code
Response message
Response data
Show child attributes