latestOpenAPI 3.0.12026-08-16171142480.4 KB

ff1699330afa

Trading API

Get market quote for a symbol

Fetches the current bid price, ask price, and timestamp for a specific trading symbol. Note: Not all platforms support real-time quote fetching. If there is no response or an error is returned, it means the platform does not support this feature.

Set includeSymbolInfo=true to also receive the symbol details (points, digits, volume limits) in the same response, which avoids a second call to /accounts/{accountId}/symbols/{symbol}.

get/rest/api/v1/accounts/{accountId}/quote/{symbol}

Path parameters

accountIdstring uuid required
symbolstring required

Symbol name (e.g., EURUSD, GBPJPY)

Query parameters

includeSymbolInfoboolean

If true, the response additionally contains the symbol details (points, digits, volume limits) in the 'symbolInfo' field.

Response

OK

asknumber

Ask price

bidnumber

Bid price

symbolstring

Symbol name

timestampstring date-time

Quote timestamp (ISO 8601)