reverse-quote
Query the input qty given output amount and token. For example: How many BNB I need to buy 200 BUSD
bsc/pcs/reverse-quote
POST
https://cryptotalk-public-gateway-byeii62k.de.gateway.dev/bsc/pcs/reverse-quote
Query Parameters
Name
Type
Description
key
string
API Key
Request Body
Name
Type
Description
params
object
{
"frm_tkn_addr" : "0xf859bf77cbe8699013d6dbc7c2b926aaf307f830", "amt_float" : 1,
"to_tkn_addr" : "0x67ee3cb086f8a16f34bee3ca72fad36f7db929e2"
}
Sample Code: How many BNB I need to buy 100 BUSD?
Last updated
Was this helpful?