Skip to content

Latest commit

 

History

History
105 lines (104 loc) · 3.38 KB

ENDPOINTS.md

File metadata and controls

105 lines (104 loc) · 3.38 KB

Endpoints

  • 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
  • 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/: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/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
  • 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/redeemers
    • POST /tx/submit
  • Utils
    • GET /utils/addresses/xpub/:xpub/:role/:index
    • POST /utils/txs/evaluate
    • [] POST /utils/txs/evaluate/utxos