◻️Solver Quote API
The platform will send quote requests to multiple Solvers simultaneously to obtain quotations.
Last updated
The platform will send quote requests to multiple Solvers simultaneously to obtain quotations.
HTTP Method: POST
Provider: Solver
fromAmt
Yes
The amount the user wants to exchange
fromCoin
Yes
The token/currency the user sends
toCoin
Yes
The token/currency the user receives
{
"fromAmt": "1000000",
"fromCoin": "USDT(BASE)",
"toCoin": "USDT(ETH)"
}{
"data": {
"toAmt": "999800"
}
}toAmt
String
The actual amount the user will receive
Last updated