OHLCV for a Coin address
Last updated
curl --location 'https://api.noodles.fi/api/v1/partner/ohlcv?coin_id=0x027792d9fed7f9844eb4839566001bb6f6cb4804f66aa2da6fe1ee242d896881%3A%3Acoin%3A%3ACOIN&bucket=15&to=1741513193&limit=329' \
--header 'Accept-Encoding: application/json' \
--header 'x-api-key: YOUR_API_KEY'{
"data": [
[
1701857700,
1.7467633222351549e-7,
1.7467633222351549e-7,
1.7178829066103107e-7,
1.7178829066103107e-7,
268.0347809207526,
5101.582571424068
],
[
1701858600,
1.7178829066103107e-7,
1.7223573417271332e-7,
1.711429546004599e-7,
1.711429546004599e-7,
0,
2151.777993731664
]
]
}