/
/Aeternity node
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1w ago
external32
  • get/blocks/top
  • get/key-blocks/current
  • get/key-blocks/current/hash
  • get/key-blocks/current/height
  • get/key-blocks/pending
  • get/key-blocks/hash/{hash}
  • get/key-blocks/height/{height}
  • get/micro-blocks/hash/{hash}/header
  • get/micro-blocks/hash/{hash}/transactions
  • get/micro-blocks/hash/{hash}/transactions/index/{index}
  • get/micro-blocks/hash/{hash}/transactions/count
  • get/generations/current
  • get/generations/hash/{hash}
  • get/generations/height/{height}
  • get/accounts/{pubkey}
  • get/accounts/{pubkey}/height/{height}
  • get/accounts/{pubkey}/hash/{hash}
  • get/accounts/{pubkey}/transactions/pending
  • get/transactions/{hash}
  • get/transactions/{hash}/info
  • post/transactions
  • get/contracts/{pubkey}
  • get/contracts/{pubkey}/code
  • get/contracts/{pubkey}/poi
  • get/oracles/{pubkey}
  • get/oracles/{pubkey}/queries
  • get/oracles/{pubkey}/queries/{query-id}
  • get/names/{name}
  • get/channels/{pubkey}
  • get/peers/pubkey
  • get/status
  • get/status/chain-ends
internal29
    external
    transaction

    Get a transaction by hash

    get/transactions/{hash}

    Path parameters

    hashstring required

    The hash of the transaction

    Response

    Successful operation

    block_heightinteger required
    block_hashstring required

    Base58Check encoded tagged hash

    hashstring required

    Base58Check encoded tagged hash

    signaturesEncodedValue[]

    At least one signature is required unless for Generalized Account Meta transactions

    Changes