Returns whether the market is currently open or closed, with next open/close times.
cURL
curl --request GET \ --url https://service.bluumfinance.com/v1/market-data/markets/{code}/status \ --header 'Authorization: Basic <encoded-value>'
{ "status": "success", "data": { "code": "XNSA", "isOpen": true, "timezone": "Africa/Lagos", "commonCode": "NGX", "nextOpen": "2023-11-07T05:31:56Z", "nextClose": "2023-11-07T05:31:56Z" } }
HTTP Basic Authentication using the API Key as username and API Secret as password.
Market status
"success"
Show child attributes