diff --git a/index.html b/index.html index a8303e7..8a00174 100644 --- a/index.html +++ b/index.html @@ -337,7 +337,7 @@ -

the number of tokens to deposit

Responses

Response samples

Content type
application/json
{
  • "share": 0,
  • "required_ada": 0
}
+

Response samples

Content type
application/json
{
  • "share": 0,
  • "required_ada": 0
}

/previewLiquidityWithdraw

path Parameters
symbol
required
string

The symbol to retrieve transactions for

+
query Parameters
amount
integer

the number of LPs to cash in

+
pkh
required
string

The user's pub key hash

+

Responses

Response samples

Content type
application/json
{
  • "pooled_ada": 0,
  • "pooled_tokens": 0,
  • "share": 0,
  • "ada_received": 0,
  • "tokens_received": 0,
  • "price": 0
}