OHLCV - PairAsk AIget https://public-api.birdeye.so/defi/ohlcv/pairRetrieve candlestick data in OHLCV format of a specified pair. Maximum 1000 records.Query ParamsaddressstringrequiredThe address of a pair contracttypestringenumrequiredOHLCV time frame.1m3m5m15m30m1H2H4H6H8H12H1D3D1W1MShow 15 enum valuestime_fromintegerrequired0 to 10000000000Specify the start time using unix timestamps in secondstime_tointegerrequired0 to 10000000000Specify the end time using unix timestamps in secondsHeadersx-chainstringenumDefaults to solanaA chain name listed in supported networks.solanaethereumarbitrumavalanchebscoptimismpolygonbasezksyncmonadhyperevmaptosfogomantlemegaethsuiShow 16 enum valuesResponses 200JSON object containing list of ohlcv data of a pair 400Bad Request 401Unauthorized. API key is missing or invalid 403Forbidden. Request is blacklisted or not whitelisted 429Too Many Requests. Rate limit reached 500Internal Server ErrorUpdated 3 months ago