mutation BatchTransfer {
BatchTransfer(
collectionId: 2406 #Specify the collection ID
recipients: [
{
account: "cxLU94nRz1en6gHnXnYPyTdtcZZ9dqBasexvexjArj4V1Qr8f" #Specify the recipient address
simpleParams: {
tokenId: {integer: 0},
amount: 15
}
},
{
account: "cxKy7aqhQTtoJYUjpebxFK2ooKhcvQ2FQj3FePrXhDhd9nLfu" #Specify the recipient address
simpleParams: {
tokenId: {integer: 5},
amount: 1
}
}
]
)
{
id
state
}
}