# ETF LIST v.1 Get ETF List. ## Request body: | Parameter | Value | Description | | --- | --- | --- | | country | "US" | Market where ETF traded | ## Response body: | Parameter | Type | Description | | --- | --- | --- | | symbol | string | ETF symbol | | isin | string | ETF ISIN | | name | string | ETF Name | | assetClass | string | Asset Class | | investmentSegment | string | Investment Segment. | | market | string | Market | | navCurrency | string | NAV currency. | | numberOfHoldings | number | Number of holdings. | | uncoveredHoldings | number | Number of uncovered holdings. | | complianceStatus | string | Shariah-compliance Status (Halal, Not Halal, Doubtful) | Endpoint: POST /v1/musaffa/etf/list Version: 1.0.0 Security: MusaffaAuth ## Header parameters: - `clientid` (string) Example: "{{clientId}}" - `time` (string) Example: "{{time}}" - `token` (string) Example: "{{token}}" ## Request fields (application/json): - `country` (string) Example: "US" ## Response 200 fields (application/json): - `assetClass` (string) Example: "Equity" - `complianceStatus` (string) Example: "NOT HALAL" - `investmentSegment` (string) Example: "Total Market" - `isin` (string) Example: "US26924G8134" - `market` (string) Example: "US" - `name` (string) Example: "AI Powered Equity ETF" - `navCurrency` (string) Example: "USD" - `numberOfHoldings` (number) Example: 153 - `symbol` (string) Example: "AIEQ" - `uncoveredHoldings` (number)