# Coinremitter API **Provider:** Coinremitter **Category:** finance **Base URL:** `https://coinremitter.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://coinremitter.com/docs ## Description Accept crypto payments for your business with Coinremitter, the world’s most affordable crypto payment gateway with just 0.23% crypto processing fees. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://coinremitter.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://coinremitter.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free to use. No API fees; charges are transaction-based (0.23% per transaction). --- *Source: [API Map](https://apimap.dev/apis/coinremitter/) — CC BY 4.0*