cURL
curl --request POST \ --url https://save.dial.to/api/v0/lending/{marketAddress}/reserves/{reserve}/withdraw \ --header 'Content-Type: application/json' \ --data '{ "type": "transaction", "account": "6JpNV6DK88auwzKVizdeT4Bw3D44sam5GqjcPCJ7y176" }'
{ "type": "<any>", "transaction": "<string>" }
Generate a transaction for withdrawing a token from a Save reserve.
Market address
Reserve address
The percentage of balance to withdraw
0 < x <= 100
50
OK
The response is of type object.
object
Was this page helpful?