curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/tick-value/{symbol} \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": {}
}Get the tick value and tick size for a symbol in the account’s currency.
curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/tick-value/{symbol} \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": {}
}