- Health
-
GET / -
GET /health -
GET /health/clock
-
- Metrics
-
GET /metrics -
GET /metrics/endpoints
-
- Accounts
-
GET /accounts/:stake_address -
GET /accounts/:stake_address/rewards -
GET /accounts/:stake_address/history -
GET /accounts/:stake_address/delegations -
GET /accounts/:stake_address/registrations -
GET /accounts/:stake_address/withdrawals -
GET /accounts/:stake_address/mirs -
GET /accounts/:stake_address/addresses -
GET /accounts/:stake_address/addresses/assets -
GET /accounts/:stake_address/addresses/total -
GET /accounts/:stake_address/utxos -
GET /accounts/:stake_address/utxos/:asset -
GET /accounts/:stake_address/transactions
-
- Addresses
-
GET /addresses/:address -
GET /addresses/:address/extended -
GET /addresses/:address/total -
GET /addresses/:address/utxos -
GET /addresses/:address/utxos/:asset -
GET /addresses/:address/transactions
-
- Assets
-
GET /assets -
GET /assets/:asset -
GET /assets/:asset/history -
GET /assets/:asset/transactions -
GET /assets/:asset/addresses -
GET /assets/policy/:policy_id
-
- Blocks
-
GET /blocks/latest -
GET /blocks/latest/txs -
GET /blocks/latest/txs/cbor -
GET /blocks/:hash_or_number -
GET /blocks/:hash_or_number/next -
GET /blocks/:hash_or_number/previous -
GET /blocks/slot/:slot_number -
GET /blocks/epoch/:epoch_number/slot/:slot_number -
GET /blocks/:hash_or_number/txs -
GET /blocks/:hash_or_number/txs/cbor -
GET /blocks/:hash_or_number/addresses
-
- Epochs
-
GET /epochs/latest -
GET /epochs/latest/parameters -
GET /epochs/:number -
GET /epochs/:number/next -
GET /epochs/:number/previous -
GET /epochs/:number/stakes -
GET /epochs/:number/stakes/:pool_id -
GET /epochs/:number/stakes/blocks -
GET /epochs/:number/stakes/blocks/:pool_id -
GET /epochs/:number/parameters
-
- Ledger
-
GET /genesis
-
- Mempool
-
GET /mempool -
GET /mempool/:hash -
GET /mempool/addresses/:address
-
- Metadata
-
GET /metadata/txs/labels -
GET /metadata/txs/labels/:label -
GET /metadata/txs/labels/:label/cbor
-
- Network
-
GET /network -
GET /network/eras
-
- Pools
-
GET /pools -
GET /pools/extended -
GET /pools/retired -
GET /pools/retiring -
GET /pools/:pool_id -
GET /pools/:pool_id/history -
GET /pools/:pool_id/metadata -
GET /pools/:pool_id/relays -
GET /pools/:pool_id/delegators -
GET /pools/:pool_id/blocks -
GET /pools/:pool_id/updates -
GET /pools/:pool_id/votes
-
- Scripts
-
GET /scripts -
GET /scripts/:hash -
GET /scripts/:hash/json -
GET /scripts/:hash/cbor -
GET /scripts/:script_hash/redeemers -
GET /scripts/datum/:datum_hash -
GET /scripts/datum/:datum_hash/cbor
-
- Transactions
-
GET /txs/:hash -
GET /txs/:hash/utxos -
GET /txs/:hash/stakes -
GET /txs/:hash/delegations -
GET /txs/:hash/withdrawals -
GET /txs/:hash/mirs -
GET /txs/:hash/pool_updates -
GET /txs/:hash/pool_retires -
GET /txs/:hash/metadata -
GET /txs/:hash/metadata/cbor -
GET /txs/:hash/cbor -
GET /txs/:hash/redeemers -
GET /txs/:hash/required_signers -
POST /tx/submit
-
- Utils
-
GET /utils/addresses/xpub/:xpub/:role/:index -
POST /utils/txs/evaluate -
POST /utils/txs/evaluate/utxos
-
- Governance
-
GET /governance/dreps -
GET /governance/dreps/:drep_id -
GET /governance/dreps/:drep_id/delegators -
GET /governance/dreps/:drep_id/metadata -
GET /governance/dreps/:drep_id/updates -
GET /governance/dreps/:drep_id/votes -
GET /governance/proposals -
GET /governance/proposals/:tx_hash/:cert_index -
GET /governance/proposals/:tx_hash/:cert_index/parameters -
GET /governance/proposals/:tx_hash/:cert_index/withdrawals -
GET /governance/proposals/:tx_hash/:cert_index/votes -
GET /governance/proposals/:tx_hash/:cert_index/metadata
-