Get parameters for constructing a new transaction
GET /v2/transactions/params
Authorizations
Responses
200
TransactionParams contains the parameters that help a client construct a new transaction.
TransactionParams contains the parameters that help a client construct a new transaction.
object
ConsensusVersion indicates the consensus protocol version as of LastRound.
Fee is the suggested transaction fee Fee is in units of micro-Algos per byte. Fee may fall to zero but transactions must still have a fee of at least MinTxnFee for the current network protocol.
GenesisHash is the hash of the genesis block.
GenesisID is an ID listed in the genesis block.
LastRound indicates the last round seen
The minimum transaction fee (not per byte) required for the txn to validate for the current network protocol.
401
Invalid API Token
An error response with optional data field.
object
object
500
Internal Error
An error response with optional data field.
object
object
503
Service Temporarily Unavailable
An error response with optional data field.
object
object
default
Unknown Error