DeBank Cloud
  • Open API
    • Welcome
    • API Reference
      • Chain
      • Protocol
      • Pool
      • Token
      • User
      • Collection
      • Wallet
    • API Models
      • PortfolioItemObject
      • ActionObject
      • TransactionObject
    • Error Code
      • Pre exec error code
    • ChangeLog
    • Auxiliary Feature
      • Units Usage
  • Official Account
    • Business Introduction
    • Service Operation Instructions
    • API Reference
      • Broadcast messages
      • User messages
    • Quest
      • REST API Action Integration Spec
  • DeBank Connect
    • Integration
    • ChangeLog
    • API
      • User Base Data
      • User Chain Data
      • User Social Data
  • Terms Of Service
Powered by GitBook
On this page
  1. Open API
  2. API Models

TransactionObject

  • chainId: ChainId

  • from: The address the transaction is sent from.

  • to: The address the transaction is directed to.

  • value: Integer of the value send with this transaction

  • data: The compiled code of a contract OR the hash of the invoked method signature and encoded parameters.

  • gas: Integer of the gas provided for the transaction execution.

  • maxFeePerGas: maximum amount you’re willing to pay.

  • maxPriorityFeePerGas: The part of the fee that goes to the miner

  • nonce: Integer of a nonce.

PreviousActionObjectNextError Code

Last updated 2 years ago