# bitpay API **Provider:** bitpay **Category:** finance **Base URL:** `https://bitpay.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://bitpay.com/developers ## Description A simple, RESTful API to the most powerful bitcoin infrastructure on the planet. | N/A | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://bitpay.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://bitpay.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with BitPay account. No direct API fees; charges are payment processing fees. --- *Source: [API Map](https://apimap.dev/apis/bitpay/) — CC BY 4.0*