bitpay / bitcore

A full stack for bitcoin and blockchain-based applications
https://bitcore.io/
MIT License
4.81k stars 2.08k forks source link

can't get `transactions list` or `txs` in BTC #3582

Open kasrakhamesi opened 1 year ago

kasrakhamesi commented 1 year ago

curl -v localhost:3000/api/BTC/mainnet/address/12c6DSiU4Rq3P4ZxziKxzrL5LmMBrzjrJX/txs

this endpoint only show me utxo data, I need to get transaction list data ( like block timestamp , transaction type send or receive , error or success ) , how can get that ?