Last updated 2 months ago
Retrieve configuration details for a customer by customer ID.
The customer ID of the customer
OK
"LOW"
const response = await fetch('https://cams.aquanow.com/api/v1/customers/{customerId}/configuration', { method: 'GET', headers: {}, }); const data = await response.json();
{ "customerId": "123e4567-e89b-12d3-a456-426614174000", "referenceId": "text", "customerPreTradeRiskGroup": "LOW", "tradeCommissionSchedule": { "tiers": [ { "tierThreshold": "0", "tierFeeRate": "35", "pair": "DEFAULT" } ] }, "previousMonthTradeVolume": { "tradeVolume": "129098.14", "tradeVolumeCurrency": "USD" }, "withdrawalFees": [ { "asset": "BTC", "networkType": "Native", "feeType": "VARIABLE", "feeRate": "10" } ], "enabledTradePairs": [ "BTC-USD", "ETH-USD" ], "enabledStrategies": [ "RFQ" ], "withdrawalBank": { "bankName": "text", "bankAccount": "text" }, "withdrawalAddresses": [ { "asset": "ETH", "network": "ERC20", "address": "0x6BD140405426464d83ed0286217cc9B578Fe5555" } ] }