post https://api.thirdfi.org/api/v1/sessions/supplyAndBorrow
This API is used to create a single-click supply and borrow session for Aave.
Log in to see full request history
Responses
This API is used to create a single-click supply and borrow session for Aave.
xxxxxxxxxx
10curl --request POST \
--url https://api.thirdfi.org/api/v1/sessions/supplyAndBorrow \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"successURL": "https://thirdfi.org",
"cancelURL": "https://thirdfi.org"
}
'
Try It!
to start a request and see the response here! Or choose an example: