curl --request POST \
--url https://prv.explorer.biya.io/api/v1/admin/token-market-cache \
--header 'Content-Type: application/json' \
--data '
{
"token_symbol": "<string>",
"chain_id": "<string>",
"price_usd": 123,
"price_change_24h": 123,
"high_24h": 123,
"low_24h": 123,
"market_cap_usd": 123,
"fully_diluted_market_cap": 123,
"total_volume_24h": 123,
"holders_count": "<string>",
"total_supply": "<string>",
"circulating_supply": "<string>",
"max_supply": "<string>"
}
'