DerFuchs / DeFiChain-for-Google-Sheets

A Google Apps Script for accessing DeFiChain's official APIs
MIT License
3 stars 0 forks source link

API calls need updating #1

Open ConstantOdds opened 2 years ago

ConstantOdds commented 2 years ago

Looks like some of the API urls may have changed, and many of the function calls no longer work (DEFICHAIN_ADDRESS_BALANCE for example). A number of the examples from https://defichain-wiki.com/wiki/API no longer resolve successfully so it seems that might be the underlying problem. I think variable for "mainnet" should be switched from "http://mainnet-api.defichain.io/api/DFI/mainnet/" to "https://ocean.defichain.com/v0/mainnet/", but there are likely some changes to the parameter formats that would also need updating.

DerFuchs commented 2 years ago

Not only the API calls have changed, but the nearly the whole API has been removed. It not all depends on Jellyfish. I'll take a look at it. But don't expect it to be fixed fast. I'm very busy :/