curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/symbols \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": [
{}
]
}Returns all trading instruments available on the broker with full specifications.
curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/symbols \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": [
{}
]
}