Začínáme · Chyby
Nenalezeno
Požadovaná cesta nebo zdroj neexistuje.
404
NOT_FOUNDPříčina
- Cesta neodpovídá žádnému endpointu.
- Cesta a metoda jsou platné, ale požadovaný zdroj neexistuje.
Řešení
- Ověřte cestu podle přehledu API.
- Pro neznámý obchodní pár API vrací samostatný kód UNKNOWN_SYMBOL.
Příklady odpovědí
Neznámá cesta
404application/problem+json
{
"type": "https://developers.coinero.cz/errors/not-found",
"title": "Not found",
"status": 404,
"code": "NOT_FOUND",
"detail": "There is no endpoint on this path. Check the path against the API reference at https://developers.coinero.cz.",
"requestId": "0HN7GK4L2M9PQ"
}Neexistující zdroj
404application/problem+json
{
"type": "https://developers.coinero.cz/errors/not-found",
"title": "Not found",
"status": 404,
"code": "NOT_FOUND",
"detail": "The requested resource does not exist. Check the request against the API reference at https://developers.coinero.cz.",
"requestId": "0HN7GK4L2M9PQ"
}