GET
List Actions for an address

Path Parameters

address
string
required

20-byte 0x-prefixed address.

Pattern: ^0x[0-9a-fA-F]{40}$

Query Parameters

limit
integer
default:50

Default 50, maximum 200.

Required range: 1 <= x <= 200
cursor
string

Exclusive Action cursor height:index.

Pattern: ^[0-9]+:[0-9]+$

Response

Address Action list

transactions
object[]
required
limit
integer
required
nextCursor
string | null