curl --request POST \
--url https://api.machines.cash/user/v1/deposits/{depositId}/refresh \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}Refresh deposit
When to use this: Force re-fetch from provider for current deposit.
Required scope: deposits.write.
curl --request POST \
--url https://api.machines.cash/user/v1/deposits/{depositId}/refresh \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}Bearer session token for User API operations. Legacy UserSessionBearer naming remains supported.
The body is of type object.