API Documentation
Everything you need to work with the Cryptohopper REST API: how requests work, how users authorize your app, every endpoint, webhooks and step-by-step tutorials.
- Base URL
https://api.cryptohopper.com/v1- Authentication
- OAuth 2.0
- Token header
access-token- Format
- JSON
Get StartedThe key concepts behind the API and how it fits together.How the API worksEndpoints, request methods, parameters, response codes and rate limits.AuthenticationLet users connect their account to your app with OAuth 2.0.API ReferenceEvery endpoint of the API, grouped by resource.Rate limits & errorsHow many requests you can make, what errors look like and how to handle them.WebhooksReceive a POST request when a trade completes, an order is placed or a bot has a config error.SDKs & CLIClient libraries for JavaScript, Python, Go, PHP, Ruby, Rust and Swift, and a command-line tool.TutorialsStep-by-step guides, from getting an access token to trading with a bot.Code examplesPHP examples for the OAuth flow, API requests and webhooks.