# Moov API **Provider:** Moov **Category:** finance **Base URL:** `https://docs.moov.io` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Varies by endpoint **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://docs.moov.io/api/ ## Description The Moov API makes it simple for platforms to send, receive, and store money ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://docs.moov.io/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://docs.moov.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Modern ACH and bank transfer API. No subscription fee. Usage-based: ACH $0.25-$0.50/transfer. Card processing: 2.9%+$0.30. Push to card available. --- *Source: [API Map](https://apimap.dev/apis/moov/) — CC BY 4.0*