署名のあり・なしに関わらず生成したQRコードのclaimsをそのまま指定する
{
"claims": {
"parameters": {
"blockchain": "polygon",
"nftContractAddress": "0x0000000000000000000000000000000000000000",
"nftTokenId": 0,
"ownerWalletAddress": "0x1111111111111111111111111111111111111111",
"context": "string"
},
"iat": 1746025200,
"exp": 1746025800,
"verifiedOwnerWallet": true
},
"signature": "MxRh4nynXvBF3nZ0Naau2gJkBqHZj72gzvnzBW0EQCIAz_5zFcEI8yjnSHWM5pEJwU8EWQiBV_l0P7MAiAeu3lyuK1-VQm"
}
{
"requests": {
"claims": {
"parameters": {
"blockchain": "polygon",
"nftContractAddress": "0x0000000000000000000000000000000000000000",
"nftTokenId": 0,
"ownerWalletAddress": "0x1111111111111111111111111111111111111111",
"context": "string"
},
"iat": 1746025200,
"exp": 1746025800,
"verifiedOwnerWallet": true
},
"signature": "MxRh4nynXvBF3nZ0Naau2gJkBqHZj72gzvnzBW0EQCIAz_5zFcEI8yjnSHWM5pEJwU8EWQiBV_l0P7MAiAeu3lyuK1-VQm",
},
"response": {
"code": "SUCCESS",
"message": "Successfully completed to check the QRCode data."
}
}
{
"error": {
"title": "Bad Request",
"message": "contract_address and blockchain are inconsistent"
}
}