Use `api.domination.finance` endpoint for historical price resolutions
jaxrtech opened this issue · 0 comments
jaxrtech commented
Why
Currently the DominationFinancePriceFeed
used two different endpoints, one being the api.domination.finance
for the current price and live.domination.finance
for the historical price. Instead only the (more stable and unprocessed data) api.domination.finance
end point should be used.
How
The URL will simply be changed in the DominationFinancePriceFeed
class. The JSON format returned is identical for the existing live.domination.finance
API.
Resolution
The new endpoint is being used instead.
Difficulty Score [1-10]
1: <=5 minutes