GET
/balances/historyRetrieve balance history
A time series of an account's balance.
Query Parameters
entity_idstringrequired
The account
Example: "ent_0274ef47"
Request
GET/balances/history
curl --location 'https://api.ledgr.dev/v1/balances/history' \
--header 'Authorization: {api_key}'Response
Balance history points
{
"status": "success",
"history": []
}