GET Quote
Returns the current quote of the specified instrument from the data feed/connection of the given account.
Quote a specific instrument
GET
/v1/api/accounts/{account}/quote
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Query Parameters
Name
Type
Required
Description
account
string
Required
Name of account in NT8
instrument
integer
Required
URL-encoded instrument name (e.g., ES%2012-24)
Code Examples (coming soon)
Response
Last updated