This guide will help you get started with integrating the Two-Coin payment system into your application. Follow these steps to begin accepting cryptocurrency payments through our platform.
To use the Two-Coin API, you need to register as a merchant and obtain your API credentials.
All API requests must be authenticated using HMAC authentication. See the Authentication section for detailed instructions.
Here's the typical flow for accepting payments with Two-Coin:
⚠️ Important First Step:
Always fetch the currency dictionary first: GET /api/dict/currencies. All API endpoints use integer currency IDs, not tickers (e.g., use 35 for USD, not "USD").
New to the currency ID system? Check out the Complete Integration Flow guide for step-by-step examples with real API calls.
If you encounter any issues or have questions not addressed in this documentation, please contact our support team on Telegram at https://t.me/cs_2coin (@cs_2coin).