NFT 생성
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"return": 0,
"message": "success",
"value": {
"planet_id": 1,
"host": "wss://dev.onbuff.com:21000/wss"
}
}curl --location --request POST 'https://dev.onbuff.com:51101/v1.0/pick/nft/minting' \
--header 'Authorization: Bearer eyJhbGciOiJ....' \
--header 'Content-Type: application/json' \
--data-raw '{
"planet_id" :1
}'key
data type
desc.
return
message
desc.
Last updated