Versions Compared

Key

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

...

Code Block
curl -X GET \
  'http://45.55.149.131:8002/api/v1.0/holdings?ticker=IBB&count=20&offset=0' \
  -H 'Cache-Control: no-cache' \
  -H 'Postman-Token: 66e52a85-105a-47ab-de65-e62b32b2e7c0' \
  -H 'token: 123dummytoken'


Get all holdings for a given CompositeTicker in the decreasing order of their weights.

...