curl --location --request GET '/fractal_brc20/getTokenPrice?chainType=brc20&tokenAddress=bitmap'
{
"code": 0,
"msg": "string",
"data": {
"buyPrice": {
"bestPrice": 0.01148370636,
"bestPair": null,
"worstPrice": null,
"worstPair": null,
"time": 1731081412839,
"bestPriceWithoutFee": 0.01066268
}
}
}