/
/Aeternity node
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
external37
internal34
  • get/debug/accounts/beneficiary
  • get/debug/accounts/node
  • post/debug/channels/close/mutual
  • post/debug/channels/close/solo
  • post/debug/channels/create
  • post/debug/channels/deposit
  • get/debug/channels/fsm-count
  • post/debug/channels/set-delegates
  • post/debug/channels/settle
  • post/debug/channels/slash
  • post/debug/channels/snapshot/solo
  • post/debug/channels/withdraw
  • get/debug/check-tx/pool/{hash}
  • post/debug/contracts/call
  • post/debug/contracts/create
  • get/debug/crash
  • post/debug/names/claim
  • get/debug/names/commitment-id
  • post/debug/names/preclaim
  • post/debug/names/revoke
  • post/debug/names/transfer
  • post/debug/names/update
  • get/debug/network
  • post/debug/oracles/extend
  • post/debug/oracles/query
  • post/debug/oracles/register
  • post/debug/oracles/respond
  • get/debug/peers
  • get/debug/token-supply/height/{height}
  • post/debug/transactions/dry-run
  • post/debug/transactions/paying-for
  • get/debug/transactions/pending
  • post/debug/transactions/spend
  • post/key-blocks
    internal
    oracle
    debug

    Get a oracle_register transaction object

    post/debug/oracles/register

    Request body

    query_formatstring required
    response_formatstring required
    query_feeinteger required
    account_idstring required

    Base58Check encoded tagged pubkey

    nonceinteger
    feeinteger required
    ttlinteger
    abi_versioninteger

    Response

    Successful operation

    txstring required

    Base64Check encoded tagged byte array

    Changes