Batch query investment orders
pionex_earn_dual_get_investsBatch query Dual Investment orders by client order ID list to retrieve order details for multiple investments at once.
Instructions
Batch query investment orders
Returns details for a batch of Dual Investment orders by client order ID list. Requires View permission. Weight: 1.
Example request body:
{
"base": "BTC",
"clientDualIds": ["my-order-001", "my-order-002"]
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Base currency | |
| clientDualIds | No | List of client-assigned dual investment order IDs to query |