Skip to main content
GET
/
api
/
market
/
v1
/
list-gulf-quotes
ListGulfQuotes
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
}

Response

Successful response

quotes
object[]
rateLimited
boolean