Skip to content

Deploy a new stablecoin

POST
/v2/stablecoin/deploy

Create and deploy a new stablecoin instance.

X-API-Key
string

API Key

X-API-Secret
string

API Secret

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

Stablecoin deployment accepted (queryId)

object
stablecoinId
required

Stablecoin ID

string

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error