GET
/
transactions

Query Parameters

start
string

Ledger version to start list of transactions

If not provided, defaults to showing the latest transactions

limit
integer

Max number of transactions to retrieve.

If not provided, defaults to default page size

Response

200 - application/json
type
string
required
hash
string
required
sender
string
required

A hex encoded 32 byte Aptos account address.

This is represented in a string as a 64 character hex string, sometimes shortened by stripping leading 0s, and adding a 0x.

For example, address 0x0000000000000000000000000000000000000000000000000000000000000001 is represented as 0x1.

sequence_number
string
required

Ledger version to start list of transactions

If not provided, defaults to showing the latest transactions

max_gas_amount
string
required

Ledger version to start list of transactions

If not provided, defaults to showing the latest transactions

gas_unit_price
string
required

Ledger version to start list of transactions

If not provided, defaults to showing the latest transactions

expiration_timestamp_secs
string
required

Ledger version to start list of transactions

If not provided, defaults to showing the latest transactions

payload
object
required

An enum of the possible transaction payloads

signature
object

An enum representing the different transaction signatures available