Market Data
Stream real-time order books, trading charts, price data, and market summaries with live bid/ask updates
Get order book
Connection
/marketdata/v5/info?access_token={YOUR_ACCESS_TOKEN}{
"arguments": [
"67d0456f8c7b1108e4cf5d46",
"cfd.eur_chf"
],
"invocationId": "0",
"target": "Book",
"type": 4
}Message
{
"type": 2,
"invocationId": "0",
"item": {
"instrument": "cfd.eur_chf",
"askTotalAmount": "18700000",
"bidTotalAmount": "19100000",
"asks": [
{
"price": "0.93677",
"amount": "5000000",
"total": "4683850"
},
{
"price": "0.93676",
"amount": "0",
"total": "0"
},
{
"price": "0.93676",
"amount": "0",
"total": "0"
}
],
"bids": [
{
"price": "0.93654",
"amount": "0",
"total": "0"
},
{
"price": "0.93654",
"amount": "0",
"total": "0"
},
{
"price": "0.93655",
"amount": "5000000",
"total": "4682750"
}
],
"version": "12498",
"snapshot": false
}
}Get trading data
Connection
/marketdata/v5/info?access_token={YOUR_ACCESS_TOKEN}{
"arguments": [
"67d0456f8c7b1108e4cf5d46",
[
"spot.bnb_btc"
]
],
"invocationId": "0",
"target": "TradingData",
"type": 4
}Message
{
"type": 2,
"invocationId": "0",
"item": {
"markets": [
{
"marketId": "cfd.eur_chf",
"type": "Cfd",
"displayName": "cfd.eur_chf",
"fullName": "",
"price": "0.93586",
"priceInRAT": "1",
"priceChange24hr": "-0.0006",
"priceChangeAbs24hr": "-0.00049",
"highPrice24hr": "0.93695",
"lowPrice24hr": "0.93134",
"markPrice": null,
"fundingRate": null
}
],
"snapshot": false
}
}Get top of the book
Connection
Message
Get trading chart
Connection
Message
Get market summary
Connection
Message
Last updated

