Electrum X Endpoints

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

Examples:

curl \
  --header 'Authorization: {APIKey}' \
  https://api.taal.com/api/v1/address/1HRADRLckTpFJJskkihZp16X6jR8JVRJcr/unspent

Last updated