PostGenerateBatchMint
signerstringrequired
Blockchain address of the account used to sign requests
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
mints object[]required
Array [
tostringrequired
Receiver user's ID
amountstringrequired
Amount of tokens to be transferred
]
PostGenerateBatchMint
{
"signer": "string",
"mints": [
{
"to": "string",
"amount": "string"
}
]
}