/v1/transactions
Submits a transaction to the Aptos network.
Request
This endpoint expects an object.
sender
A hex encoded 32 byte Aptos account address.
sequence_number
A string containing a 64-bit unsigned integer.
max_gas_amount
A string containing a 64-bit unsigned integer.
gas_unit_price
A string containing a 64-bit unsigned integer.
expiration_timestamp_secs
A string containing a 64-bit unsigned integer.
payload
An enum of the possible transaction payloads.
signature
An enum representing the different transaction signatures available.
replay_protection_nonce
A string containing a 64-bit unsigned integer for replay protection.
Response
Transaction accepted and waiting in mempool.
hash
Transaction hash.
sender
A hex encoded 32 byte Aptos account address.
sequence_number
A string containing a 64-bit unsigned integer.
max_gas_amount
A string containing a 64-bit unsigned integer.
gas_unit_price
A string containing a 64-bit unsigned integer.
expiration_timestamp_secs
A string containing a 64-bit unsigned integer.
payload
An enum of the possible transaction payloads.
signature
An enum representing the different transaction signatures available.
replay_protection_nonce
A string containing a 64-bit unsigned integer.