Skip to main content

Getting Started

Welcome to the Crypto2Pay API documentation. This guide will help you integrate our payment infrastructure into your platform.

Authentication

Every request must include your API key in the Authorization header:

Authorization: YOUR_API_KEY

Your API key is a static token — it does not expire and is not a JWT. Keep it secure and never expose it in client-side code.

Base URLs

The production API is available at:

https://api-pix.crypto2pay.app

Next Steps