Skip to main content

ERC1155Mint

uploadIdstring

Upload identifier

Example: e47f6c23-7392-482a-a76d-56f2f3ac804f
tostring

Receiver's address

Example: 0xf8dcc91EA3e279bBA19b3802bbC947116A27d355
amountstring

Amount of fungible tokens to mint under same token ID

Example: 1000
signaturestring

Cryptographic signature

Example: 0x2aaa703789b16e7f6ccbe426e7a8b77ee46de84942c26cf01579300d821b40d72f10820d4e57ba9d9d531b0f231db6466811b431620b08e235e45205f6e3952c1b
issuedAtstring

Timestamp when the signature was issued

Example: 1769591731
noncestring

Unique nonce for the transaction

Example: 1
deadlinestring

Expiration timestamp for the signature

Example: 1769595331
ERC1155Mint
{
"uploadId": "e47f6c23-7392-482a-a76d-56f2f3ac804f",
"to": "0xf8dcc91EA3e279bBA19b3802bbC947116A27d355",
"amount": "1000",
"signature": "0x2aaa703789b16e7f6ccbe426e7a8b77ee46de84942c26cf01579300d821b40d72f10820d4e57ba9d9d531b0f231db6466811b431620b08e235e45205f6e3952c1b",
"issuedAt": "1769591731",
"nonce": "1",
"deadline": "1769595331"
}