Skip to content

List Stablecoins

GET
/stablecoin/list

List all stablecoins with pagination

Authorizations

Parameters

Query Parameters

page
integer
default: 1 >= 1

The page number to return

pageSize
integer
default: 10 >= 1 <= 100

The number of items per page

Responses

200

Stablecoins retrieved successfully

object
stablecoins
Array<object>
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
meta
object
page

Current page number

integer
pageSize

Number of items per page

integer
totalPages

Total number of pages

integer
totalCount

Total number of items

integer

400

Bad Request

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