Get details for a specific market. Accepts both MIC codes (XNSA) and common codes (NGX).
cURL
curl --request GET \ --url https://service.bluumfinance.com/v1/market-data/markets/{code} \ --header 'Authorization: Basic <encoded-value>'
{ "status": "success", "data": { "code": "XNSA", "name": "Nigerian Stock Exchange", "country": "NG", "currency": "NGN", "timezone": "Africa/Lagos", "status": "active", "commonCode": "NGX", "tradingHours": { "open": "10:00", "close": "14:30" } } }
HTTP Basic Authentication using the API Key as username and API Secret as password.
Market identifier (MIC code like XNSA, or common code like NGX)
Market details
"success"
Show child attributes