List supported trading pairs
pionex_earn_dual_symbolsList supported Dual Investment trading pairs, optionally filtered by base currency, to identify valid pairs and limits for Earn orders.
Instructions
List supported trading pairs
Returns all trading pairs supported by Dual Investment, optionally filtered by base currency. Weight: 1.
Supported quote currencies include: USDT, USDC, USD, USDXO.
Example request:
GET /api/v1/earn/dual/symbols?base=BTCExample response:
{
"result": true,
"data": {
"coins": [
{
"base": "BTC",
"quote": "USDT",
"currency": "USDT",
"basePrecision": 8,
"currencyPrecision": 8,
"baseMin": "0.00001",
"currencyMin": "1",
"baseMax": "80",
"currencyMax": "2000000"
}
]
},
"timestamp": 1774959429596
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Base currency filter (e.g. `BTC`, `ETH`). Omit to return all supported pairs. |