Validate Symbol
GET/v2/auto/validate-symbol/:exchange/:symbol
Plan Access
All plans, billed per query in credits
Data Recency
Continuous evaluation against live data
Rate Limit
60 to 120 RPM by plan
Check whether a symbol is supported on the given exchange.
Use this before submitting an EQL query based on symbols like price / ta
triggers or market_order / limit_order actions. Those actions
require symbols on the specified exchange. Symbols not supported return "false".
Cost
Free.
Auth
Required header:
x-elfa-api-key: <api_key>
HMAC signing is not required for this check.
Response Example (200)
{
"supported": "true"
}
Request
Responses
- 200
- 400
- 401
- 403
Ok
Unsupported exchange
Missing or invalid API key
Auto is not enabled for this API key