Skip to main content
GET
Get Darkpool OHLC Data

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Query Parameters

symbol
string
required

Stock symbol (e.g., AAPL)

start_time
integer<int64>
required

Start time (Unix timestamp)

end_time
integer<int64>
required

End time (Unix timestamp)

Response

Successfully retrieved darkpool OHLC data

data
object[]
error
object
metadata
any
pagination
any
request_id
string
success
boolean