cURL
curl --request POST \ --url https://integration-api.meshconnect.com/api/v1/balance/get \ --header 'Content-Type: application/json' \ --header 'X-Client-Id: <api-key>' \ --header 'X-Client-Secret: <api-key>' \ --data '{ "authToken": "Secret authentication token", "type": "binanceInternationalDirect" }'
{ "content": { "balances": [ { "cash": 158.5, "buyingPower": 258.5, "currencyCode": "USD" }, { "cash": 10, "buyingPower": 10, "currencyCode": "EUR" } ], "totalCashUsdValue": 10, "totalBuyingPowerUsdValue": 10 }, "status": "ok", "message": "", "errorHash": "3ad8c4a49639522895fbac7cd31e2f80a5a3a2d2", "errorType": "" }
Get real-time account fiat balances.
Contact Mesh to get client Secret
Contact Mesh to get client Id
OK
The response is of type object.
object
Was this page helpful?