Skip to main content

Release Cryptocurrency

Seller confirms release of crypto to the buyer. Order status updates to completed.

HTTP Request

  • POST /api/v3/fiat/release_coin

Required Permission: P2P Deal Order, P2P Deal Ad

Request Parameters

NameTypeMandatoryDescription
advOrderNostringyesOrder unique identifier
notifyTypeNotifyTypenoNotification type for completing the trade (optional). e.g., SMS, MAIL, GA. See enum: NotifyType
notifyCodestringnoNotification code for content identification. Optional, depends on notifyType

Response Parameters

NameTypeDescription
codeinteger0 indicates success
msgstringResult description
datanullNo data returned

Response

{
"code": 0,
"msg": "success",
"data": null
}