LIFT DATA
  • Getting started
  • The contract
  • Errors
  • API reference

Address outside current data coverage

HTTP status422
Typehttps://docs.investorliftdata.com/errors/address-out-of-coverage
RetryableNo
Retry-After headerNo

What the body says

This error refunds, so its wording depends on whether the Refund had already been applied when the response was built (it may only claim what the Ledger recorded):

When the Refund is confirmed:

The submitted address is in a state this API does not cover yet, so no score was produced. The Credit for this call has been returned to the Account as a Refund. The states covered right now are listed below.

When the Refund is pending:

The submitted address is in a state this API does not cover yet, so no score was produced. A Refund of the Credit for this call is pending and will be applied to the Account. The states covered right now are listed below.

What happened to the Credits

The call was charged when it started, and the Credit comes back: the response states whether the Refund has been applied to the Account or is pending.

Retrying

Not retryable. Sending the same request again returns the same error. Change the request as the detail directs before sending it again.

Body members

Beyond the base members (type, title, detail, status, trace_id), the body carries:

MemberMeaning
covered_statesThe two-letter codes of the states currently inside data coverage.

Retry-After

No. This response carries no Retry-After header.

Every error response is an RFC 9457 Problem Detail sent as application/problem+json, and every response carries a trace-id header, repeated in the body as trace_id. The Trace ID is the only handle support needs to find your call.

Last modified on August 11, 2026
On this page
  • What the body says
  • What happened to the Credits
  • Retrying
  • Body members
  • Retry-After