Available Countries
GET/stocks/countries
Get list of available countries
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
items
object[]
required
symbol Symbol (string)required
Country symbol
{
"items": [
{
"symbol": "string"
}
]
}
Loading...