curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/trade-session/{symbol} \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": {}
}Returns whether the market is currently open for a symbol.
curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/trade-session/{symbol} \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": {}
}