fetching this:
https://api.nomics.com/v1/currencies/ticker?key=MY_KEY&attributes=logo_url&ids=one&interval=1h&per-page=100&page=1
gives me all the correct information accept for the logo_url
, which gives me the logo for ONEX, and not harmony’s logo.
the endpoint should return
https://s3.us-east-2.amazonaws.com/nomics-api/static/images/currencies/harmony.jpg
while currently it returns
https://s3.us-east-2.amazonaws.com/nomics-api/static/images/currencies/ONE.jpg
it appears that the fetch returns highlander
as the name. the &ids=ONE
should should return harmony
as the name