HomeDocumentationAPI Reference
Log In
API Reference

Spot Feed (Currency)

Channel Name Schema

spot_feed.{currency}

Periodically publishes spot index price by currency.

Channel Parameters

currency  string required
Currency

Notification Data

channel  string required
Subscribed channel name

data  object required

data. timestamp  integer required
Timestamp of the spot feed snapshot

data. feeds  object required
Spot feed data

Example

Subscriptions are only available via websockets.

{request_example_javascript}
{request_example_python}

Notification messages on this channel will look like this:

{response_example_json}