Electrum X endpoints (only with electrum-enabled APIKey)
curl -X GET https://api.taal.com/api/v1/address/{address}/info
curl -X GET https://api.taal.com/api/v1/address/{address}/balance
curl -X GET https://api.taal.com/api/v1/address/{address}/history
curl -X GET https://api.taal.com/api/v1/address/{address}/unspent
curl -X GET https://api.taal.com/api/v1/address/hash/{scriptHash}/balance
curl -X GET https://api.taal.com/api/v1/address/hash/{scriptHash}/history
curl -X GET https://api.taal.com/api/v1/address/hash/{scriptHash}/unspent
curl -X POST https://api.taal.com/api/v1/addresses/balance
curl -X POST https://api.taal.com/api/v1/addresses/history
curl -X POST https://api.taal.com/api/v1/addresses/unspent