Auction Indicative Equilibrium Price
auctionIndicativeEP
This API provides close to real-time updates for auction indicative equilibrium price.
Request
Parameter
Type
Description
symbol
String
Symbol to subscribe
interval
eNum
Response interval in milliseconds, allowed values: 100, 1000, 2000
Response
Similar to this, with the below changes:
Removed
messageType
Removed
eventId
Change
eventTimestamp
to be in milliseconds
Error Codes
Code
Message
1
System is unavailable
2
Missing fields: [Fieldname]
3
Wrong interval | Wrong symbol [symbol]
Samples
{
"q": "v1/exchange.marketdata/auctionIndicativeEP",
"sid": 1032,
"token": "eyJleGNoYW5nZUlkIjozMCwicHJvamVjdElkIjoxM123",
"d": {
"symbol": "OIL",
"interval": "400"
}
}
Last updated