Info Request
REQUESTinfo
The info request returns details of all streams an API key provides access to.
Request
- Example
{"type": "info"}
Response
- Successful Response Schema
- Example
MESSAGE BODY
type string
Value:
infostreams array [ ]
[many] streams object
id string
The stream ID
maxResolution string
Possible values: [
PER_SECOND, PER_200MS, PER_MINUTE, PER_HOUR, DAILY, BUSINESS_DAYS] Maximum publication frequency for this index
{
"type": "info",
"streams": [
{
"id": "ETHUSD_RTI",
"maxResolution": "PER_SECOND"
},
{
"id": "BRTI",
"maxResolution": "PER_200MS"
}
]
}