NMKR Payによる二次販売
すでに鋳造されたトークンをNMKR Pay経由で販売する
APIエンドポイント
/v2/CreatePaymentTransactionペイロード
{
"projectUid": "176fb45d-bbc9-4d9a-9374-a6efe442874d",
"paymentTransactionType": "Smartcontract_directsale",
"customProperties": null,
"transactionParameters": [
{
"tokencount": 1,
"policyId": "<PolicyId>",
"tokenname": "<TokenName>"
}
],
"paymentgatewayParameters": null,
"decentralParameters": null,
"auctionParameters": null,
"directSaleParameters": {
"priceInLovelace": <Price in Lovelace as integer>
},
"customerIpAddress": "0.0.0.0",
"paymentTransactionNotifications": null,
"referer": null
}Curl 例
応答
NMKR 有料リンクの生成
NMKR リスティング用の有料リンク
NMKR 販売用の有料リンク
NMKR キャンセル用の有料リンク
最終更新