cardano-rest/explorer-api
This is the currently officially supported API to explore Cardano transactions. In future it may be augmented or replaced by cardano-graphql, but cardano-explorer-api will be supported for some time, even once alternatives become available.
Links
Usage
- testnet: https://explorer-api.testnet.dandelion.link
- mainnet: https://explorer-api.mainnet.dandelion.link
bash:
curl -s \\
https://explorer-api.testnet.dandelion.link/api/txs/last
Version
- mainnet:
"version": "3.1.1"
- testnet:
"version": "3.1.1"