cURL
curl --request GET \ --url https://apiserver.beratrade.io/api/v1/vault/{address}/expectedAmount
{ "body": { "expectedAmount": "<string>" }, "message": "<string>", "status": 123 }
Get expected amount for vault operation
Returns the expected amount for a vault operation (deposit or withdraw).
Vault address
Amount with 18 decimal precision
Whether the amount is in quote token
Expected amount
The response is of type object.
object