Skip to content

Withdraw from saving

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

Make a withdrawal from a specific saving

savingId
required
string format: uuid

The saving ID

Example
0ebec69f-cde5-4abf-83eb-595f8f023c80
X-API-Key
string

API Key

X-API-Secret
string

API Secret

object
value
required

The amount to withdraw up to 6 decimal places

string
50.123456
savingId
required

The saving ID

string
0ebec69f-cde5-4abf-83eb-595f8f023c80

Query ID for tracking the withdrawal transaction

object
queryId
required

The query ID

string format: uuid
0ebec69f-cde5-4abf-83eb-595f8f023c80

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error