# AssetTradingConfigServiceGetAssetTradingConfigResponse

## Example Usage

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

let value: AssetTradingConfigServiceGetAssetTradingConfigResponse = {};
```

## Fields

| Field                                                                                                                                                                                               | Type                                                                                                                                                                                                | Required                                                                                                                                                                                            | Description                                                                                                                                                                                         |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `httpMeta`                                                                                                                                                                                          | [components.HTTPMetadata](../../models/components/httpmetadata.md)                                                                                                                                  | :heavy_check_mark:                                                                                                                                                                                  | N/A                                                                                                                                                                                                 |
| `assetTradingConfig`                                                                                                                                                                                | [components.AssetTradingConfig](../../models/components/assettradingconfig.md)                                                                                                                      | :heavy_minus_sign:                                                                                                                                                                                  | OK                                                                                                                                                                                                  |
| `status`                                                                                                                                                                                            | [components.Status](../../models/components/status.md)                                                                                                                                              | :heavy_minus_sign:                                                                                                                                                                                  | INVALID_ARGUMENT: The correspondent_id or the asset_id could not be determined for the request.<br/>FAILED_PRECONDITION: The requested asset trading config was not found even though the asset exists. |