Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.machines.cash/user/v1/deposits/{depositId} \ --header 'Authorization: Bearer <token>'
{ "ok": true, "data": {}, "summary": "success" }
Get deposit
When to use this: Read one deposit by id.
Required scope: deposits.read.
Bearer session token for User API operations. Legacy UserSessionBearer naming remains supported.
Success
Show child attributes