CipherSwap API
Automate swaps with our simple REST API.
Getting Started
The CipherSwap API allows partners and advanced users to create and monitor swaps programmatically. All endpoints are served over HTTPS and return JSON.
Base URL
https://cipherswap.example/apiAuthentication
API requests require an API key passed in the X-API-Key header. To request an API key, email api@cipherswap.example with a brief description of your use case.
Rate Limits
Default rate limit is 60 requests per minute per IP/API key. Higher limits are available for trusted partners.
Response Format
All successful responses include an ok: true field. Errors return a 4xx/5xx status code with an error message.