List stablecoins
GET /v2/stablecoin
GET
/v2/stablecoin
List all stablecoins with pagination.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”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