post https://api.thirdfi.org/api/v1/sessions/liquidity
This API is used to create DeX liqudity session for liqudity providing transaction.
Log in to see full request history
Responses
This API is used to create DeX liqudity session for liqudity providing transaction.
xxxxxxxxxx
12curl --request POST \
--url https://api.thirdfi.org/api/v1/sessions/liquidity \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"successURL": "https://thirdfi.org",
"cancelURL": "https://thirdfi.org",
"isNative": true,
"addLiquidity": true
}
'
Try It!
to start a request and see the response here! Or choose an example: