NFT 합성 시작
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"return": 0,
"message": "success",
"value": {
"nft_id": 2001721,
"nft_pack_id": 200438,
"transfer_id": 196
}
}curl --location 'https://dev.onbuff.com:51071/v1.0/nft/merge' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiI...' \
--header 'Content-Type: application/json' \
--data '{
"merge_info": [
{
"nft_pack_id" : 200458,
"nft_id" : 2002504
},
{
"nft_pack_id" : 200458,
"nft_id" : 2002505
}
]
}'key
data type
desc.
return
message
desc.
Last updated