创建付币订单
(需要签名)通过此API接口,您可以向BlockATM平台创建付币订单.
Last updated
(需要签名)通过此API接口,您可以向BlockATM平台创建付币订单.
Last updated
POST /order/api/v2/payout/order HTTP/1.1
Host: backstage-b2b-pre.ufcfan.org
Content-Type: application/json
Accept: */*
Content-Length: 99
{
"amount": 1,
"bizOrderNo": "text",
"custNo": "text",
"remark": "text",
"symbol": "text",
"toAddress": "text"
}{
"code": "text",
"message": "text",
"success": true,
"trace": "text"
}