A clear path from your first request to a verified payment.
Your first integration
Section titled “Your first integration”- Open the merchant dashboard and find your Merchant ID and API key in merchant settings.
- Keep your API key on your server. Follow the authentication guide and validate request signing against the signature test vectors.
- Create an invoice from your backend using the invoice guide. Persist its identifier and send the customer to the returned payment URL.
- Configure and verify webhooks. Confirm payment from verified events and persisted status; a browser redirect alone is not proof of payment.
- Handle duplicate notifications and ambiguous request outcomes. Check the current API contract before retrying a write.
Explore the live coin catalog
Section titled “Explore the live coin catalog”This public read-only request lets you inspect the current catalog before making signed requests.
curl 'https://api.coinssend.com/v1/coins-and-fee' \ --header 'Accept: application/json'Continue with the full quickstart
Build with your agent
Section titled “Build with your agent”Connect your coding assistant to the docs or start with a task prompt.
The interface and introductory guides are available in six languages. Detailed API guides currently use the English reference.