/
/Aeternity node
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 17m 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
    channel
    debug

    Get a channel_slash transaction object

    post/debug/channels/slash

    Request body

    channel_idstring required

    Base58Check encoded tagged pubkey

    from_idstring required

    Base58Check encoded tagged pubkey

    payloadstring required

    Base64Check encoded tagged byte array

    ttlinteger
    feeinteger required
    nonceinteger
    poistring required

    Base64Check encoded tagged byte array

    Response

    Successful operation

    txstring required

    Base64Check encoded tagged byte array

    Changes