Closed VeilleurTrytoFix closed 3 years ago
NBXplorer is not a full block explorer.
You need to track an address first, then after tracked it will detected payment to and from it. (but nothing before it has been tracked)
This design is intentional, making a full block explorer requires lot's of resources (storage/cpu/sync time) NBXplorer, by tracking only when asked to do so, it almost take no resource.
ok ty
hi, i dont understand how to get the current balance over the API:
Example random address : 17XiVVooLcdCUCMf9s4t4jTExacxwFS5uh Format : BASE58 (P2PKH) ----> https://www.blockchain.com/btc/address/17XiVVooLcdCUCMf9s4t4jTExacxwFS5uh
if i use API docs i got :
http://127.0.0.1:24444/v1/cryptos/btc/derivations/xpub-[legacy]/17XiVVooLcdCUCMf9s4t4jTExacxwFS5uh/balance
i got 404Not
http://127.0.0.1:24444/v1/cryptos/btc/addresses/17XiVVooLcdCUCMf9s4t4jTExacxwFS5uh/balance
i gotbut on blockchain.info they said :
why i got 0 ?
everything works fine because with :
http://127.0.0.1:24444/v1/cryptos/btc/status
what im doing wrong for get balance addr over api?
thanks