Skip to content

Get Stablecoin

GET
/stablecoin/{stablecoinId}

Get details of a specific stablecoin

Authorizations

Parameters

Path Parameters

stablecoinId
required
string format: uuid

The ID of the stablecoin

Responses

200

Stablecoin retrieved successfully

object
stablecoin
object
id

The unique identifier of the stablecoin

string format: uuid
name

The name of the stablecoin

string
symbol

The symbol of the stablecoin

string
decimals

The number of decimals for the stablecoin token

integer
circulatingSupply

Current circulating supply of the token

string
totalMinted

Total amount of tokens minted

string
totalBurned

Total amount of tokens burned

string
backingCurrency

The full name of the fiat currency backing this stablecoin

string
backingCurrencySymbol

The symbol of the fiat currency backing this stablecoin

string
factoryContractDeploymentId

The fsco contractDeploymentId for the factory contract

string format: uuid
tokenContractDeploymentId

The fsco contractDeploymentId for the token contract

string format: uuid
attestationContractDeploymentId

The fsco contractDeploymentId for the attestation contract

string format: uuid
tokenContractAddress

The on-chain address of the token contract

string
attestationContractAddress

The on-chain address of the attestation contract

string
chainId

The chain ID where the stablecoin is deployed

integer

400

Bad Request

object
code
integer
400
message
string
Bad Request
details
string
Invalid input parameters