Error handling
Errors return a consistent JSON payload with a code, message, and a recommended retry strategy.
401
Unauthorized
The API key or signature is invalid or missing.
404
Not found
The requested resource or flow_id does not exist.
429
Rate limit reached
Too many requests. Retry after the window resets.
503
Upstream delay
Indexers are catching up. Safe to retry in 30 seconds.