⚠️Blast API (blastapi.io) ends Oct 31. Migrate to Dwellir and skip Alchemy's expensive compute units.
Switch Today →
Skip to main content

accounts_transactions

Overview#

Returns transactions where the account is the sender. Useful for pagination and activity feeds.

Endpoint#

GET /v1/accounts/{address}/transactions

Request#

Path Parameters#

NameTypeRequiredDescription
addressstringYesSender address

Query Parameters#

NameTypeRequiredDescription
startstringNoStarting version (cursor)
limitintegerNoPage size

Code Examples#

curl -X GET https://api-aptos-mainnet.n.dwellir.com/YOUR_API_KEY/v1/accounts/0x1/transactions?limit=25 \
-H "Accept: application/json"