Skip to content

List supported on-ramp pairs

GET
/v1/on-ramps/supported-pairs

Returns supported rail/network/token pairs along with the minimum transaction amount in the source currency.

Response for status 200

object
data
required
Array<object>
object
rail
required
string
Allowed values: ach_push wire_push sepa_push
currency
required
string
Allowed values: USD CAD EUR GBP
network
required
string
Allowed values: ethereum polygon base arbitrum avalanche optimism solana tron bitcoin
token
required

Token symbol

string
minAmount
required

Minimum transaction amount in source currency

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