/api/v1/payoutCreate Wallet Payout
Create a payout request to withdraw assets from the wallet address.
If payout external verification is enabled for the project, Cregis first sends a Payout External Verification Notification to the external verification URL configured in the project, and then continues or stops processing based on the returned ok or deny response.
Rate limit: 1000 requests/minute
Request
Request Body
required
application/jsonnoncestringrequired6-character random string.
timestampinteger<int64>requiredTimestamp.
signstringrequiredSignature.
pidinteger<int64>requiredProject ID.
currencystringrequiredCurrency identifier.
addressstringrequiredPayout address.
amountstringrequiredAmount.
third_party_idstringrequiredCaller business ID.
callback_urlstringCallback URL. When this payout is processed, Cregis sends a callback notification to the corresponding
callback_url. For callback details, see Payout Notification.remarkstringRemark.
memostringOn-chain memo/tag information. Supported only by TON and XRP.
Responses
200Success. Returns the Cregis system transaction ID.application/jsoncodestringResponse code.
msgstringResponse message.