Collect settled earnings
pionex_earn_dual_collectCollect settled Dual Investment earnings into your spot account. Provide base currency, product ID, and client order ID to retrieve completed returns.
Instructions
Collect settled earnings
Collects settled Dual Investment earnings into the user's spot account. Requires Earn permission. Weight: 1.
Only orders in a settled state can be collected.
Example request body:
{
"base": "BTC",
"clientDualId": "my-order-001"
}Example response:
{
"result": true,
"data": {
"clientDualId": "my-order-001"
},
"timestamp": 1774959429596
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | Base currency | |
| productId | Yes | Product ID | |
| clientDualId | Yes | Client-assigned dual investment order ID to collect |