You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
{
"type": "https://stellar.org/horizon-errors/not_found",
"title": "Resource Missing",
"status": 404,
"detail": "The resource at the url requested was not found. This usually occurs for one of two reasons: The url requested is not valid, or no data in our database could be found with the parameters provided."
}
this should be handled correctly by:
checking if both assets exists
if both exist then return a result indicating that there are no trades
if at least one asset does not exist then it is ok to return the original error
When a trade has no results, it gives an error
this should be handled correctly by:
Referenced issue in stellar/go: stellar/go#2280
The text was updated successfully, but these errors were encountered: