API URL
POST /api/v1/payoutRequest
Request Parameters
| 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 | No | 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 |
Request Example
Response
Response Result
| Name | Type | Description |
|---|---|---|
| code | string | Response Code |
| msg | string | Response Message |
| data | object | Response Data Object |
Response data Object
| Name | Type | Description |
|---|---|---|
| cid | integer(int64) | System Sequence Number |