Skip to content

List stablecoins

GET
/v2/stablecoin

List all stablecoins with pagination.

X-API-Key
string

API Key

X-API-Secret
string

API Secret

Stablecoins list

object
stablecoins
required

List of stablecoins

Array<object>
object
id
required

Stablecoin ID

string
name
required

Name of the stablecoin

string
symbol
required

Symbol of the stablecoin

string
decimals
required

Number of decimals

string
adminWalletId
required

Admin wallet ID

string
backingCurrency
required

Backing currency name

string
backingCurrencySymbol
required

Backing currency symbol

string
contractAddress
required

Contract address

string
createdAt
required

Created date

string
updatedAt

Updated date

string
pagination
required

Pagination information

object

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error