Deploy a new stablecoin
POST /v2/stablecoin/deploy
POST
/v2/stablecoin/deploy
Create and deploy a new stablecoin instance.
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
Request Body required
Section titled “Request Body required ”object
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
Responses
Section titled “ Responses ”Stablecoin deployment accepted (queryId)
object
stablecoinId
required
Stablecoin ID
string
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error