Skip to main content
GET
/
addresses
/
{address_hash}
/
transactions
Get transactions for an address
curl --request GET \
  --url 'https://api.blockscout.com/{chain_id}/api/v2/addresses/{address_hash}/transactions?apikey='
{
  "items": [
    {}
  ],
  "next_page_params": {}
}

Authorizations

apikey
string
query
required

API key passed as query parameter (format proapi_xxxxxxxx)

Path Parameters

address_hash
string
required

Address hash to query Address hash with 0x prefix

Example:

"0x1234567890123456789012345678901234567890"

Query Parameters

apikey
string

API key for rate limiting or for sensitive endpoints

Example:

"proapi_xxxxxxxx"

key
string

Secret key for getting access to restricted resources

items_count
integer
default:50

Number of items returned per page

Required range: 1 <= x <= 50
filter
enum<string>

Filter transactions by direction:

  • to - Only transactions sent to this address
  • from - Only transactions sent from this address
Available options:
to,
from
block_number
integer

Block number for pagination cursor

index
integer

Transaction index for pagination cursor

Response

Transactions retrieved successfully

items
object[]
required

List of transactions

next_page_params
object
required

Parameters for next page