NFT 합성 수수료 조회
GET 속성을 지닌 API이지만 개발의 편의성을 위해 POST로 처리합니다.
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"return": 0,
"message": "success",
"value": {
"coin_id": 5,
"coin_symbol": "MATIC",
"total_nft_withdrawal_fee": 0.1273
}
}curl --location 'https://localhost:51071/v1.0/nft/merge/fee' \
--header 'Authorization: Bearer eyJhbGciOi...' \
--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