curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/symbols/{symbol} \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": {}
}Returns full symbol specification including spread, swap rates, margin requirements, and trading sessions.
curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/symbols/{symbol} \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": {}
}