Skip to main content

Get address transactions

Retrieves a paginated list of confirmed transactions sent or received by a STX address or Smart Contract ID, alongside the total amount of STX sent or received and the number of STX, FT and NFT transfers contained within each transaction.

More information on Transaction types can be found here.

Path Parameters
address string REQUIRED

STX address or Smart Contract ID

Query Parameters
limit integer

Number of transactions to fetch

offset integer

Index of first transaction to fetch

Responses
200

Success

Schema OPTIONAL
limit integer

Possible values: value ≤ 30

offset integer
total integer
results object[]
tx object

Describes all transaction types on Stacks 2.0 blockchain

stx_sent string

Total sent from the given address, including the tx fee, in micro-STX as an integer string.

stx_received string

Total received by the given address in micro-STX as an integer string.

events object OPTIONAL
stx object
transfer integer
mint integer
burn integer
ft object
transfer integer
mint integer
burn integer
nft object
transfer integer
mint integer
burn integer