Problem: Not Found

A not_found problem is returned from horizon when the resource a client is requesting is not found. This is similar to a “404 Not Found” error response you get from HTTP.

Example

{
  "type":     "https://www.stellar.org/docs/horizon/problems/not_found",
  "title":    "Resource Missing",
  "status":   404,
  "details":  "The resource .... not found.",
  "instance": "d3465740-ec3a-4a0b-9d4a-c9ea734ce58a"
}

Tips for resolution