Overview
Accept crypto deposits, send withdrawals, and run hosted checkout.
Cheddar is a crypto payments platform. You integrate two ways:
- REST API — programmatic deposits, withdrawals, and checkout. See the API Reference. Authenticate with your API key (see Authentication).
- Dashboard — a merchant UI for managing API keys, webhooks, products, withdrawals, and organization security. The Dashboard guides section walks through each feature.
Where to start
- Roll an API key in the dashboard.
- Read Authentication.
- Create a customer deposit address with
POST /deposit, or build a hosted checkout. - Configure webhooks so you’re notified of deposits, withdrawals, and checkout events.
Supported chains
Bitcoin, Ethereum, Solana, and Tron. Call GET /mints
for the exact tokens enabled on your organization.