cURL
curl --request GET \ --url https://api.example.com/api/market/v1/list-gulf-quotes
{ "quotes": [ { "symbol": "<string>", "name": "<string>", "flag": "<string>", "country": "<string>", "type": "<string>", "price": 123, "change": 123, "sparkline": [ 123 ] } ], "rateLimited": true }
ListGulfQuotes retrieves Gulf region market quotes (indices, currencies, oil).
Successful response
Show child attributes
Was this page helpful?