Skip to content

Mint ERC20 tokens

POST
/v2/asset/erc20/mint

Mint a specified amount of ERC20 tokens to a recipient address using the provided contract deployment ID.

X-API-Key
string

API Key

X-API-Secret
string

API Secret

object
recipient
required

The recipient address of the ERC20 token

string
amount
required

The amount of the ERC20 token to mint (string because blockchain numbers are longer than JS)

string
contractDeploymentId
required

The FSCO contractDeploymentId

string
signingWalletId
required

The signingWalletId of the minter

string

Minting operation result

object
txData
required

The txData of the approved ERC721 token

string
chainId
required

The chainId of the approved ERC721 token

number
to
required

The to address of the approved ERC721 token

string
from
required

The from address of the approved ERC721 token

string
contractAddress
required

The contract address of the approved ERC721 token

string
hash
required

The hash of the approved ERC721 token

string
index
required

The index of the approved ERC721 token

number
gasUsed
required

The gasUsed of the approved ERC721 token

string
blockHash
required

The blockHash of the approved ERC721 token

string
blockNumber
required

The blockNumber of the approved ERC721 token

number
logs
required

The logs of the approved ERC721 token

Array<object>
object
gasPrice
required

The gasPrice of the approved ERC721 token

string
type
required

The type of the approved ERC721 token

number
status
required

The status of the approved ERC721 token

number
returnData
required

The returnData of the approved ERC721 token

string