Skip to main content

ERC1155MintEip712TypedData

uploadIdstring

Unique identifier for the upload session returned after uploading files

Example: 123e4567-e89b-12d3-a456-426614174000
tostring

Receiver address of the minted tokens

Example: 0xC5a4F3c0FDE5C2A951EC46193cE3aFdC0fF55383
amountstring

Amount of fungible tokens to be minted under the same token ID

Example: 100
ERC1155MintEip712TypedData
{
"uploadId": "123e4567-e89b-12d3-a456-426614174000",
"to": "0xC5a4F3c0FDE5C2A951EC46193cE3aFdC0fF55383",
"amount": "100"
}