Introduction
Our API provides a simple interface for integrating cryptocurrency purchases into your application. Partners can obtain real-time quotes and create widget sessions that allow users to purchase cryptocurrencies with fiat currency.Key Features
- Real-time Quotes - Get accurate pricing with complete fee transparency
- Widget Integration - Embed our payment widget for seamless user experience
- Transaction Monitoring - Track transaction status in real-time
- Multi-Currency Support - Support for USD, EUR and various cryptocurrencies
- Webhook Notifications - Receive updates about transaction status changes
- Flexible Integration - Multiple payment methods including cards and bank transfers
Getting Started
Base URL
Authentication
All API requests require an API key in the header:X-Request-Signature Authentication: Widget session creation requests additionally require HMAC-SHA256 signature validation. See the Widget Sessions documentation for detailed signature generation instructions.
Test Credentials
In order to receive Testnet API Key, contact [email protected] or [email protected]
Quick Start
Here’s how to quickly implement a cryptocurrency purchase flow:1. Get a Quote
First, get a quote to show the user current rates and fees:2. Create Widget Session
Create a session for the user to complete their purchase:Widget session creation requires HMAC-SHA256 signature authentication. See the Widget Sessions documentation for complete implementation details including signature generation.
3. Redirect to Widget
Redirect the user to complete their purchase:4. Monitor Transaction Status
Check transaction status using the transaction ID:API Reference
Explore our comprehensive API documentation:Quotes
Get real-time price quotes for cryptocurrency purchases
Widget Sessions
Create sessions for the payment widget
Transaction Details
Retrieve transaction status and details
Webhooks
Receive real-time transaction updates
Currency Information
Get supported currencies and networks
Integration Example
Here’s a complete example of integrating the onramp flow:Widget session creation requires HMAC-SHA256 signature authentication. See the Widget Sessions documentation for complete implementation details including signature generation.
Rate Limits
- 1000 requests per second per API key
- Can be increased upon request
Support
For technical support:- Email: [email protected] or [email protected]
- Documentation: https://docs-ramp.kryptonim.com/partner