Quotes
WS/indices/quotes
Subscribe to real-time indices quotes
Request
Header Parameters
api_key string
Example: <TOKEN>
- ping
- subscribe
- unsubscribe
Body
required
action stringrequired
Default value: ping
Action name
Body
required
action stringrequired
Default value: subscribe
Action name
symbols array
Possible values: <= 100
The list of symbols to subscribe
Body
required
action stringrequired
Default value: unsubscribe
Action name
symbols array
Possible values: <= 100
The list of symbols to remove from a subscription
Responses
- pong
- subscribe
- application/json
- Schema
- Example (from schema)
Schema
event string
Default value: pong
timestamp string
{
"event": "pong",
"timestamp": "1704067261000"
}
- application/json
- Schema
- Example (from schema)
Schema
event string
Default value: status
symbols list
{
"event": "status",
"symbols": [
"GBPUSD"
]
}