Get stablecoin
GET /v2/stablecoin/{stablecoinId}
GET
/v2/stablecoin/{stablecoinId}
Retrieve a stablecoin by id.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” stablecoinId
required
string
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”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