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:
info
streams array [ ]
[many] streams object
id string
The stream ID
{
"type": "info",
"streams": [
{
"id": "ETHUSD_RTI"
},
{
"id": "BRTI"
}
]
}