7.jugugu转移小红花POAP NFT
POST
https://testnet.jugugu.cn/Jugugu_FastTranferNFT
请求参数
Body 参数application/json
phone
string
手机号
account
string
项目方账户
secret
string
项目方密码
time
integer
+8区Unix时间,单位秒
token
string
登录令牌
openid
string
项目方账户系统的唯一识别码
contract
string
小红花POAP合约
to
string
转移的目的地址
amount
string
转移的数量
nftid
string
POAP的事件ID
codestr
string
小红花POAP领取码
chaintype
string
区块链类型
adminphone
string
发起人的phone
示例
{
"phone": "10101010101",
"account": "31c681bcb34c1457ab5b1521c340468ce106dfc6592bac55fb68f76994130d66",
"secret": "8d0f0b25c236af70c4980bea261b154745ccfba25e5683ef100a9e05b0922e88",
"time": 1652448516,
"openid": "951",
"token": "3d31f23988e8eeb09574a409d73239b671f22dd09e54e0bb5f261f48659603bb",
"contract": "cfxtest:acbk50byfusjyh7494rm8yd8xhnkdh9jyetgadzem4",
"nftid": "6",
"to": "cfxtest:aarghz6gtnnghdz61jdz90gumy40k5d2aj93127ceh",
"amount": "1",
"adminphone": "18888888888",
"paymentpassword": "",
"chaintype": "cfx"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://testnet.jugugu.cn/Jugugu_FastTranferNFT' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "10101010101",
"account": "31c681bcb34c1457ab5b1521c340468ce106dfc6592bac55fb68f76994130d66",
"secret": "8d0f0b25c236af70c4980bea261b154745ccfba25e5683ef100a9e05b0922e88",
"time": 1652448516,
"openid": "951",
"token": "3d31f23988e8eeb09574a409d73239b671f22dd09e54e0bb5f261f48659603bb",
"contract": "cfxtest:acbk50byfusjyh7494rm8yd8xhnkdh9jyetgadzem4",
"nftid": "6",
"to": "cfxtest:aarghz6gtnnghdz61jdz90gumy40k5d2aj93127ceh",
"amount": "1",
"adminphone": "18888888888",
"paymentpassword": "",
"chaintype": "cfx"
}'
返回响应
🟢200成功
text/plain
Body
object {0}
示例
Processing is in progress,or completed You can transfer again after 3 min
修改于 2022-06-03 11:39:12