Enterprise API documentation
Vortx Map API
Query the same bounds and filters used by the Vortx map. This endpoint is available only to active Enterprise API keys and returns full filing, entity, source, and geocoding-confidence fields.
Endpoint
GET https://vortxmkt.com/api/enterprise/map/signals
Authentication
Authorization: Bearer vx_map_...
You may alternatively send X-Vortx-API-Key. Raw keys are
shown once; Vortx stores only their SHA-256 hashes.
Required bounds
curl --get 'https://vortxmkt.com/api/enterprise/map/signals' \
--header "Authorization: Bearer $VORTX_MAP_API_KEY" \
--data-urlencode 'bounds=-125,32,-114,42'
Filters
types=warn,bankruptcy,liens,congress,form4q=entity, politician, ticker, state, or citycross_only=1exact issuer/ticker cross-signals only
Limits
- 2,000 points maximum per viewport response
- World-scale bounds are allowed (up to 360° longitude by 180° latitude) for the globe view
- 180 requests per minute per Enterprise key
- Responses use
private, no-store
Cross-signals show the timing relationship between two public filings. They are not evidence of insider knowledge, coordination, causation, or wrongdoing.
Operator and Professional include individual CSV export. Enterprise additionally includes this bounds API and filtered visible-map export.