Help page for the bitcore service
Address API
%ERROR%
What follows is an exhaustive description of the different types of 'address' requests you can pose to this server:
Get all outputs depositing money into an address
GET `/api/BCH/mainnet/address/{address}/txs`
(example)
Notice that address can be of type 'bitcoincash', but should not have the preceding 'bitcoincash:' identifier. Legacy type addresses are supported.
Get all outputs for an address still unspent
GET `/api/BCH/mainnet/address/{address}/?unspent`
(example)
Get the balance of an address
GET `/api/BCH/mainnet/address/{address}/balance`
(example)