API Documentation
Get API Key
Back
Base URL
/api/v1
Authentication
API Key (X-API-Key header)
Spec Format
OpenAPI 3.0
Raw Spec
Download JSON
Quick Start
1.
Create an account at
/account/register
2.
Generate an API key from your
account dashboard
3.
Include your key in requests:
X-API-Key: sk_your_key_here
# Example: Get available currencies
curl -H "X-API-Key: sk_your_key" https://swap.my/api/v1/currencies
Loading documentation...