API Reference

v1.0.0 • REST API

api.cryptomepay.com

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

  1. Log in to your merchant dashboard
  2. Navigate to Settings → API Keys
  3. 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/json

Security Tip: Never expose your API Key or Secret Key in client-side code. Always make API requests from your server.