cURL
curl --request GET \ --url https://sandbox.finhub.cloud/api/v2.1/fintrans/{accountId}/balance
Retrieves current balance for the wallet
Documentation IndexFetch the complete documentation index at: https://docs.finhub.cloud/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.finhub.cloud/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \ --url 'https://sandbox.finhub.cloud/api/v2.1/fintrans/{accountId}/balance' \ --header 'Authorization: Bearer <ACCESS_TOKEN>' \ --header 'X-Tenant-Id: <TENANT_ID>' \ --header 'Accept: application/json' \ --header 'X-Forwarded-From: <FORWARDED_FROM>' \ --header 'deviceId: <DEVICE_ID>'
OK