Skip to content

Get Supported Currencies

GET
/swap/supported-currencies

Get a list of currencies supported for swapping.

Authorizations

Responses

200

List of supported currencies

Array<object>
object
code

Currency code

string
ETH
name

Currency name

string
Ethereum
decimals

Number of decimal places

integer
18
isStablecoin

Whether this is a stablecoin

boolean
network

Blockchain network if applicable

string
nullable
Ethereum

400

Bad Request

object
code
integer
400
message
string
Bad Request
details
string
Source currency and destination currency are required.