Get country allocation for an ETF.
| Parameter | Value | Description |
|---|---|---|
| symbol | "ISDE.L" | ETF symbol |
- Mock serverhttps://docs.musaffa.us/_mock/apis/demo/musaffa/etf/country
- https://b2b.musaffa.us/b2b/apihttps://b2b.musaffa.us/b2b/api/demo/musaffa/etf/country
curl --location 'https://b2b.musaffa.us/b2b/api/demo/musaffa/etf/country' \
--header 'Content-Type: application/json' \
--header 'clientId: AX6kFk5ywERyXobt' \
--header 'time: 20260831110225' \
--header 'token: hNZnIXl7XqPvRVN9r1LlLUUQxd7bBhyPN6cwwHR9hTbD1MPcJfaO6s5IujFi0ykL4yqFFiI+ESd3JIm6+OBdtQ==' \
--data '{
"symbol":"ISDE.L"
}'Response
[ { "country": "string", "weight": 0, "percentage": 0 } ]