Skip to content

Deposit to saving

POST
/v2/treasury/savings/{savingId}/deposit

Make a deposit to a specific saving

savingId
required
string format: uuid
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09

The saving ID

object
value
required

The amount to deposit up to 6 decimal places

string
100.123456
savingId
required

The saving ID

string
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09

Created successfully

Query ID for tracking the deposit transaction

object
queryId
required

The query ID

string format: uuid
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error