# AssetTradingConfigServiceGetAssetTradingConfigRequest

## Example Usage

```typescript
import { AssetTradingConfigServiceGetAssetTradingConfigRequest } from "@apexfintechsolutions/ascend-sdk/models/operations";

let value: AssetTradingConfigServiceGetAssetTradingConfigRequest = {
  correspondentId: "01HBRQ5BW6ZAY4BNWP4GWRD80X",
  assetId: "612",
};
```

## Fields

| Field                      | Type                       | Required                   | Description                | Example                    |
| -------------------------- | -------------------------- | -------------------------- | -------------------------- | -------------------------- |
| `correspondentId`          | *string*                   | :heavy_check_mark:         | The correspondent id.      | 01HBRQ5BW6ZAY4BNWP4GWRD80X |
| `assetId`                  | *string*                   | :heavy_check_mark:         | The asset id.              | 612                        |