Skip to main content

Introduction

The Kraken Ramp REST API allows partners to integrate cryptocurrency on-ramp functionality into their applications.

Getting Started

The Ramp API provides endpoints to:

  • Discover supported options: List available cryptocurrencies, fiat currencies, payment methods, and countries
  • Get quotes: Retrieve prospective quotes and transaction limits
  • Generate checkout URLs: Create hosted checkout experiences for your users

Base URL

https://embed.kraken.com

Authentication

All Ramp API requests require authentication using API keys. Include the following headers in your requests:

  • API-Key: Your API key
  • API-Sign: Request signature generated with your private key

API Versioning

The Ramp API uses date-based versioning. Specify the API version using the Kraken-Version header:

Kraken-Version: 2025-04-15

Explore the API

Use the navigation on the left to explore available endpoints organized by category.