Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Listing APIs
Anchor
listing_apis
listing_apis

This API will list lists all the possible values that can be used to query Filter APItaken by query-able fields in the Global ETF Object. The Filter API specifies which fields can be queried.

Code Block
Request:
GET /api/v1.0/global/list?field=Sponsor


Response:
{
  "data": [
    "BOOST",
    "Blackrock (iShares)",
    "China Asset Management",
    "Source Holdings",
    "ETF Securities",
    "KSM",
    "Barclays iPath",
    "Van Eck Associates Corporation",
    "DBX Strategic Advisors",
    "UBS",
    "Amundi",
    "First Trust"
  ],
  "message": null,
  "status": true
}

...