API Reference
v1.0.0 • REST API
System Operational
api.cryptomepay.com
OpenAPI
Authentication
The Cryptome Pay API supports two authentication methods: API Key authentication (recommended for simple integrations) and AK/SK signature authentication (recommended for enhanced security).
Get Your API Key
- Log in to your merchant dashboard
- Navigate to Settings → API Keys
- Save your API Key (ak_xxx) and Secret Key (sk_xxx) securely - Secret Key is shown only once!
Headers
Authorization: Bearer YOUR_API_KEY
Content-Type: application/jsonSecurity Tip: Never expose your API Key or Secret Key in client-side code. Always make API requests from your server.