Coin Traders
Last updated
curl --location 'https://api.noodles.fi/api/v1/partner/coin-traders?coin_type=0xd1b72982e40348d069bb1ff701e634c117bb5f741f44dff91e472d3b01461e55::stsui::STSUI&period=30d&limit=20&offset=0&sort_field=pnl&sort_direction=desc&protocol=cetus-clmm,momentum-clmm&wallet_addresses=0x5b712236facb45aeadb0f48fcb90f3e9b17a5b4740ab33c5f119e98209d94208,0x7e17ed25424ca1e811d2627583000734c57636362392d8ca6e43f7b203171bbd' \
--header 'Accept-Encoding: application/json' \
--header 'x-api-key: YOUR_API_KEY'{
"code": 200,
"message": "OK",
"data": [
{
"address": "0x5b712236facb45aeadb0f48fcb90f3e9b17a5b4740ab33c5f119e98209d94208",
"tx_buy": 29,
"tx_sell": 99,
"amount_buy": 4171.835527698,
"amount_sell": 22136.173695786,
"vol_buy": 4288,
"vol_sell": 24756,
"pnl": 20468
},
{
"address": "0x7e17ed25424ca1e811d2627583000734c57636362392d8ca6e43f7b203171bbd",
"tx_buy": 4,
"tx_sell": 100,
"amount_buy": 244.95742228,
"amount_sell": 11476.128636042,
"vol_buy": 274.91,
"vol_sell": 12962,
"pnl": 12687
}
]
}