cURL
curl --request GET \ --url https://integration-api.meshconnect.com/api/v1/balance/portfolio \ --header 'X-Client-Id: <api-key>' \ --header 'X-Client-Secret: <api-key>'
{ "content": { "fiatBalances": [ { "symbol": "USD", "cash": 3.099, "buyingPower": 3.099 }, { "symbol": "EUR", "cash": -102.88, "buyingPower": 1293.596 } ] }, "status": "ok", "message": "", "errorType": "" }
Get cached aggregated fiat balances from all connected integrations.
Contact Mesh to get client Secret
Contact Mesh to get client Id
End user ID to get the aggregated portfolio for.
OK
The response is of type object.
object
Was this page helpful?