Get Token Price
You can use this interface to query the price of the corresponding token on DotSwap
Last updated
You can use this interface to query the price of the corresponding token on DotSwap
Last updated
POST /brc20swap/stat/tick_price HTTP/1.1
Host: test-api-proxy.ddpurse.com
Content-Type: application/json
Accept: */*
Content-Length: 57
{
"tick": "DOG•GO•TO•THE•MOON",
"coin_type": "runes"
}{
"code": 0,
"msg": "",
"data": {
"btc_price": "0.0000000162173564",
"usd_price": "0.001685483311057812"
}
}