Create the payout order.
Name | Type | Required | Description |
---|---|---|---|
pid | integer(int64) | Yes | Project ID |
currency | string | Yes | Currency Identifier |
address | string | Yes | Address |
amount | string | Yes | Amount |
callback_url | string | Yes | Callback URL, If funds are successfully received, refer to Payout notify section for callback details. |
third_party_id | string | Yes | Caller Customized ID |
remark | string | No | Remark |
memo | string | No | memo or tag on blockchain,Only support Ton and Xrp |
nonce | string | Yes | 6-digit random string |
timestamp | integer(int64) | Yes | Timestamp |
sign | string | Yes | Signature |
Name | Type | Description |
---|---|---|
code | string | Response Code |
msg | string | Response Message |
data | object | Response Data Object |
data
ObjectName | Type | Description |
---|---|---|
cid | integer(int64) | System Sequence Number |