Skip to content

Get stablecoin

GET
/v2/stablecoin/{stablecoinId}

Retrieve a stablecoin by id.

stablecoinId
required
string
X-API-Key
string

API Key

X-API-Secret
string

API Secret

Stablecoin details

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

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error