cURL
curl --request POST \ --url https://sandbox.finhub.cloud/api/v2.1/fincard/virtual/account/info \ --header 'Content-Type: application/json' \ --header 'X-Forwarded-From: <x-forwarded-from>' \ --data '"<string>"'
{ "success": true, "code": 123, "msg": "<string>", "data": [ { "accountId": "<string>", "accountName": "<string>", "accountType": "<string>", "currency": "<string>", "totalBalance": "<string>", "availableBalance": "<string>", "frozenBalance": "<string>", "digital": 123, "currentBalance": 123, "accountStatus": "<string>", "createTime": 123, "updateTime": 123 } ] }
Get account assets/balances
User agent
Forwarded for
Client application identifier
"client-app"
Tenant ID
Device ID
Platform
Empty request body
The body is of type string.
string
Successful response
Account info response
Success flag
Response code
Response message
Account data
Show child attributes