1.批量转移NFT碎片
POST
https://testnet.jugugu.cn/GUGUBOX_TransferBatch批量转移NFT碎片,ERC721和ERC1155通用;也可单转;ERC721:tos 和 tokenids 数组长度必须相等 ERC1155:amounts、tos 和 tokenids 数组长度必须相等。转移者必须是NFT的所有者
请求参数
Body 参数application/json
phone
string
手机号
token
string
登录Jugugu获得的通信令牌
paymentpassword
string
区块链短密钥
可由查询类函数【获取短密钥状态】获取,返回true则paymentpassword传“”空字符串,如果返回false,主需要手动输入,目前暂时为空字符串即可,短密钥,会在jugugu app全部上线后可由用户修改,jugugu将不再存储
Contract
string
合约地址
测试网:cfxtest:acb6a3j9r919dxc0xbd4p2p5pj8j4ymxgegn79xjpz 主网:
contracttype
string
合约类型
这里固定填写“1155”
amounts
array[string]
必需
转移NFT 数量的 数组
tokenids
array[string]
转移NFT id 数组
转移NFT id 数组
tos
array[string]
POAP合约地址
转移目的地址数组
chaintype
string
区块链类型
这里默认填“cfx”
示例
{
"phone": "18101991462",
"token": "doloreDuissunt",
"contracttype": "721",
"allsponor": true,
"administrator": "dolor tempor consequat culpa cillum",
"symbol": "dolore",
"name": "务与论意",
"chaintype": "cfx"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
请求状态
0代表成功 -1代表错误
msg
string
提示信息
提示信息
hash
string
交易hash
交易hash
Contract
string
合约地址
合约地址
total
integer
转移NFT的数量
转移NFT的数量
transfers
array [object {3}]
转移详情
转移详情,数组结构
tokenid
string
转移的NFT的ID
转移的NFT的ID
from
string
转移的源地址
转移的源地址
to
string
转移的目的地址
转移的目的地址
示例
未设置
最后修改时间: 2 年前