How to retrieve accurate historical balance information.
curl --request GET \
--url http://localhost:5001/balances/{balance_id}/at \
--header 'X-blnk-key: <api-key>'X-blnk-key: <api-key>.
Replace <api-key> with your secret API key. Ensure the key is kept secure and not exposed in public repositories or client-side code.
See also: Secure your Blnk server
GET http://YOUR_BLNK_INSTANCE_URL/balances/{balance_id}/at?timestamp=2025-02-24T08:55:26Z
true, it indicates that the balance should be reconstructed directly from its transactions, bypassing balance snapshots.Was this page helpful?
curl --request GET \
--url http://localhost:5001/balances/{balance_id}/at \
--header 'X-blnk-key: <api-key>'