We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Drop incorrect 'public, no auth needed' claims (issue #9) E2E smoke test against the live API found that every Cryptohopper v1 endpoint requires a valid OAuth bearer — the AWS API Gateway in front of the production API rejects unauthenticated calls (returns 405 Missing Authentication Token), even on routes conceptually treated as 'public market data' like /exchange/ticker and /market/homepage. Replaces the incorrect 'pass an empty string for public endpoints' guidance with the actual behaviour. See cryptohopper-resources#9 for the full investigation.
Drop internal iter-N references from user-facing docs Replaces 'iter-N' loop terminology that's meaningless to users with the substantive technical content the references were trying to attribute. Preserves the underlying facts about TIMEOUT vs NETWORK_ERROR discrimination, body-read timeout wrappers, and the --json/--yes confirmation gate.
Sync wiki content from main repo docs/