Getting Started
Ledger Balances
Transactions
Identities
Update Balance Monitor
Update Balance Monitor
PUT
/
balance-monitors
/
{id}
curl --request PUT \
--url http://localhost:5001/balance-monitors/{id} \
--header 'Content-Type: application/json' \
--data '{
"balance_id": "bln_c1750613-b4b0-4cde-9793-459165a8715f",
"condition": {
"field": "balance",
"operator": "=",
"value": 10000000
}
}'
Path Parameters
Example:
"mon_da573822-902c-4349-86c9-2c02ab697c6e"
Was this page helpful?
curl --request PUT \
--url http://localhost:5001/balance-monitors/{id} \
--header 'Content-Type: application/json' \
--data '{
"balance_id": "bln_c1750613-b4b0-4cde-9793-459165a8715f",
"condition": {
"field": "balance",
"operator": "=",
"value": 10000000
}
}'