Coin Historical Price
Last updated
curl -X GET "https://api.noodles.fi/api/v1/partner/coin-historical-price?coin_id=0xe1b45a0e641b9955a20aa0ad1c1f4ad86aad8afb07296d4085e349a50e90bdca::blue::BLUE&bucket=5&from=1748420400&to=1748423100" \
-H "x-api-key: YOUR_API_KEY" \
-H "x-chain: sui" \
-H "Accept-Encoding: application/json"{
"code": 200,
"message": "OK",
"data": {
"timestamp": [
1748420400,
1748420700,
1748421000,
1748421300,
1748421600,
1748421900,
1748422200,
1748422500,
1748422800,
1748423100
],
"price": [
0.1336538764891597,
0.13381098347999498,
0.1340244545812692,
0.13382666114356717,
0.1345310779845118,
0.13440790429372404,
0.13428888030654038,
0.13455521082990599,
0.134711571860626,
0.13450061655428858
]
}
}{
"code": 200,
"message": "OK",
"data": {
"timestamp": [],
"price": []
}
}