Skip to main content
GET
Get Swap pairs

Authorizations

apiKey
string
query
required

Response

Successful response — Swap Pairs

baseCurrencyCode
string

The first cryptocurrency code for the pair.

Example:

"eth"

baseCurrencyNetworkCode
string

The first cryptocurrency network code for this pair.

Example:

"ethereum"

quoteCurrencyCode
string

The second cryptocurrency code for this pair.

Example:

"btc"

quoteCurrencyNetworkCode
string

The second cryptocurrency network code for this pair.

Example:

"bitcoin"

minSwapAmount
string

The minimum swapable amount.

Example:

"0.0205"

maxSwapAmount
string

The maximum swapable amount.

Example:

"3.4079"

minSwapAmountQuote
string

A positive integer representing the amount of quoteCurrency the customer will receive when swapping minSwapAmount of baseCurrency.

Example:

"0.00080"

maxSwapAmountQuote
string

A positive integer representing the amount of quoteCurrency the customer will receive when swapping maxSwapAmount of baseCurrency.

Example:

"0.19581"

isSuspended
boolean

Whether swap for this pair is suspended

Example:

false

pairName
string

The name of the cryptocurrency pair.

Example:

"eth-btc"