A wildcard allows you to request all information we have on a specific instrument, class, or exchange in the same stream.
Use a * in place of the relevant exchange, instrument, or class parameter.
For example, the configuration below would deliver trades for BTC/USD across all exchanges where it’s supported:
exchange: *
class: spot
instrument: btc-usd
Response fields
Field
Description
aggregate
The period of calculation.
class
The class of instrument.
code
The instrument code.
price
The price for the peirod (USD).
exchange
The exchange the VWAP is referencing.
tsEvent
The timestamp for the interval.
uid
The unique ID for this delivery.
volume
Volume traded in interval. 0 when no trades reported.
sequenceId
Not applicable. Null
Request examples
cURL requests are intended for testing purposes only.
Information from this endpoint can be accessed through Google BigQuery.
To get started, read our guide.
For more advanced users, you can access our full SDK here, where you'll find more coding languages, examples and guidance.