List all supported ETPs symbols.
GET
https://<base_url>/v1/reference/etps
none
"Authorization: Bearer <token>"
none
{
"symbol": "string",
"name": "string",
[...]
}
Field | Name | Type | Description |
---|---|---|---|
ETP Trading Symbol | symbol | string | Denotes the ETP instrument trading symbol for the NASDAQ OMX or Global Access Program (GAP) as assigned by the listing market. |
ETP Name | name | string | ETP instrument Name |
curl --location --request GET 'https://example.com/v1/reference/etps' \
--header "Authorization: Bearer example_token"
[
{
"symbol": "QQQ",
"name": "PowerShares QQQ Trust, Ser 1"
},
{
"symbol": "QQQA",
"name": "ProShares Nasdaq-100 Dorsey Wright Momentum ETF"
}
]