PostBatchMint
mints object[]required
Array [
tostringrequired
user's ID
amountstringrequired
Amount of tokens for the user
]
signaturestringrequired
EIP712 signature of the minting request
noncenumberrequired
Unique number per request to prevent replay attacks
signerstringrequired
Blockchain address of the account used to sign requests
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
PostBatchMint
{
"mints": [
{
"to": "string",
"amount": "string"
}
],
"signature": "string",
"nonce": 0,
"signer": "string"
}