Get Expected Outputs
Parameter Description:
jetton0
: input token addressjetton1
: output token addressamount
: input token quantity
Example Request:
This request queries the liquidity pool composed of the token at address 0x1234567890
and the token at address 0x0987654321
, and expects to exchange 1000 units of the first token for the second token.
Successful Response:
Response Field Description:
success
: whether the request was successfuldata.inputToken
: input token addressdata.outputToken
: output token addressdata.inputAmount
: input token quantitydata.expectedOutputAmount
: expected output token quantity
By calling this API endpoint and providing the necessary parameters, you can query the expected output amount of a specific liquidity pool on the ONTON Finance platform, given a certain input quantity of tokens. This information can help users assess the cost and profit of a trade before executing it.
Please note that the expected output amount is calculated based on the current reserve status of the liquidity pool, and the actual output amount may differ when the trade is executed, depending on the real-time status of the liquidity pool at the time of the trade.
Response
Successful response