Quotes
WS/currencies/quotes
Subscribe to real-time currency 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
The server sends a pong message in response to a ping to verify that the connection is still active. This pong is specific to the application layer, unlike the automatic pong response to a ping that is part of the WebSocket protocol.
- 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"
]
}