curl --location --request GET '/v1/wallet/api/agent/swap/coin-pair' \
--header 'Authorization: Bearer <token>'[
{
"id": 0,
"base": {
"id": 0,
"symbol": "string",
"name": "string",
"image": "string",
"enableDeposit": true,
"enableWithdrawal": true,
"minAmount": 0,
"maxAmount": 0
},
"quote": {
"id": 0,
"symbol": "string",
"name": "string",
"image": "string",
"enableDeposit": true,
"enableWithdrawal": true,
"minAmount": 0,
"maxAmount": 0
},
"fixedFee": 0,
"isFixed": true,
"percentageFee": 0,
"isPercentage": true,
"displayOrder": 0
}
]