When it fires
A route that performs an on-chain read (POST /v1/redemptions, GET /v1/markets/{id}/quote) resolved a market on a chain the API does not support for on-chain reads.
Why it happens
- The market is on a chain this environment does not support.
400 (retrying will not help). (A supported chain missing a contract address is a server-config fault and returns 500 INTERNAL_ERROR, not this code.)
How to fix
- Confirm the market’s chain is one of the supported chains (the
detaillists them). - If you believe the chain should be supported, contact support — it is a server configuration gap, not something the caller can correct.