Coin By Protocol
Last updated
curl --location 'https://api.noodles.fi/api/v1/partner/coin/by-protocol?protocols=flowx-clmm,flowx-cpmm&limit=20&offset=0&sort_field=volume_24h&sort_direction=DESC' \
--header 'Accept-Encoding: application/json' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'x-chain: sui'{
"code": 200,
"message": "OK",
"data": [
{
"coin_type": "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC",
"name": "USDC",
"symbol": "USDC",
"logo": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public",
"volume_24h": "1440584.09",
"liquidity_usd": "1130892.44",
"price": 0.9983838000208395,
"price_change_1h": -0.14,
"price_change_6h": -0.26,
"price_change_1d": -0.17
},
{
"coin_type": "0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI",
"name": "Sui",
"symbol": "SUI",
"logo": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sui-coin.svg/public",
"volume_24h": "1285661.56",
"liquidity_usd": "762858.27",
"price": 2.1654,
"price_change_1h": -0.79,
"price_change_6h": 0.07,
"price_change_1d": 3.01
}
]
}