POST
/
balances-snapshots
curl --request POST \
  --url http://localhost:5001/balances-snapshots \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \

Authorization

Basic authentication header of the form — Basic <encoded-value>, where <encoded-value> is the base64-encoded string of your username:password.

curl --request POST \
  --url http://localhost:5001/balances-snapshots \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool.

To ask questions or discuss issues, please contact us or join our Discord community.

Love building with Blnk? We’d love to hear your feedback. Tell us here.