From 3c9c663842d41ac1f2c7c48c77ca6402f7fdfa3c Mon Sep 17 00:00:00 2001 From: Tenancio Date: Mon, 13 May 2024 13:36:20 +0000 Subject: [PATCH] fix typo --- index.html | 4 ++-- openapi.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 3ccc6e4..29897c2 100644 --- a/index.html +++ b/index.html @@ -563,7 +563,7 @@ " class="sc-iKOmoZ sc-cCzLxZ WVNwY VEBGS sc-ckdEwu LxEPk">

Unexpected error

Response samples

Content type
application/json
{
  • "minimum_receive": "string",
  • "price_impact": 0,
  • "lp_fee": 0,
  • "batcher_fee": 0,
  • "deposit_ada": 0
}

Preview a sell transaction

path Parameters
symbol
required
string

The symbol of the pool

-
query Parameters
tokebs
required
integer
query Parameters
tokens
required
integer

The number of tokens to sell

slippage
required
integer

The requested slippage limit as a number eg 1 = 1%

@@ -599,7 +599,7 @@ " class="sc-iKOmoZ sc-cCzLxZ WVNwY VEBGS sc-ckdEwu LxEPk">

Preview of the user's share and required ada

Response samples

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