Skip to content

Get exchange rates

GET
/v1/on-ramps/exchange-rates

Returns the current on-ramp exchange rate from fiat to crypto.

Rates are updated approximately every 30 seconds. This endpoint provides an estimate only — rates are not locked in and may differ at transaction time.

Fiat (from): EUR, GBP, USD Crypto (to): BTC, ETH, USDC, USDT

from
required

Fiat currency to convert from (case-insensitive). Supported: EUR, GBP, USD

string
to
required

Crypto currency to convert to (case-insensitive). Supported: BTC, ETH, USDC, USDT

string

Response for status 200

object
rate
required

Current exchange rate from fiat to crypto

string

Response for status 401

object
type

A URI reference that identifies the problem type

string
default: about:blank
title
required

A short, human-readable summary of the problem type

string
status
required

The HTTP status code

number
detail

A human-readable explanation specific to this occurrence

string
instance

A URI reference that identifies the specific occurrence

string
realm

The authentication realm

string
scope

The required scope for this resource

string

Response for status 404

object
type

A URI reference that identifies the problem type

string
default: about:blank
title
required

A short, human-readable summary of the problem type

string
status
required

The HTTP status code

number
detail

A human-readable explanation specific to this occurrence

string
instance

A URI reference that identifies the specific occurrence

string
resourceType
required

The type of resource that was not found

string
resourceId
required

The identifier of the resource that was not found

string

Response for status 500

object
type

A URI reference that identifies the problem type

string
default: about:blank
title
required

A short, human-readable summary of the problem type

string
status
required

The HTTP status code

number
detail

A human-readable explanation specific to this occurrence

string
instance

A URI reference that identifies the specific occurrence

string