I'm trying to get information about my Coinbase wallet address (copied from the "My Wallet Bitcoin Address" section of my Coinbase profile) through the Toshi API through the following rest call:
https://bitcoin.toshi.io/api/v0/addresses/{my_address}
But I'm getting the following error
{"error":"Not Found"}
Can anyone explain why this is?
Toshi will return a 404 for addresses that don't have any transactions which explains this. If you send something to the address, it will show up.