Deposit to saving
POST /v2/treasury/savings/{savingId}/deposit
POST
/v2/treasury/savings/{savingId}/deposit
Make a deposit to a specific saving
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” savingId
required
string format: uuid
The saving ID
Example
82c4fce1-d2c7-48cb-a647-6993dbe37819Request Body required
Section titled “Request Body required ”object
value
required
The amount to deposit up to 6 decimal places
string
100.123456 savingId
required
The saving ID
string
82c4fce1-d2c7-48cb-a647-6993dbe37819Responses
Section titled “ Responses ”Query ID for tracking the deposit transaction
object
queryId
required
The query ID
string format: uuid
82c4fce1-d2c7-48cb-a647-6993dbe37819Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error