post https://api.valha.xyz/v0/sandbox//pools//
Execute the selected action on the specified pool against the mainnet fork provided by Valha.
Log in to see full request history
Responses
Execute the selected action on the specified pool against the mainnet fork provided by Valha.
xxxxxxxxxx
15curl --request POST \
--url https://api.valha.xyz/v0/sandbox/ethereum/pools/0xdf0770df86a8034b3efef0a1bb3c889b8332ff56/deposit \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"user": "0x45E954acf1Efc374478dF69B45f12AEFD8AE51a3",
"amount": 20,
"disable_check": true,
"maximum_approval": false,
"estimate_gas": false,
"get_quote": false,
"estimate_return": false
}
'
Try It!
to start a request and see the response here! Or choose an example: