Skip to main content
GET
Get Address Watch Blockchain Events

Authentication

✅ Organization User (CustomerEmployee)
✅ Delegated User (EndUser)
✅ Service Account

Required Permissions

AddressWatches:Read: Always required.

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

Path Parameters

addressWatchId
string
required

Address watch you want to get the blockchain events from.

Required string length: 1 - 64
Pattern: ^aw-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$

Query Parameters

limit
integer
default:50

Maximum number of items to return.

Required range: 1 <= x <= 500
paginationToken
string

Opaque token used to retrieve the next page. Returned as nextPageToken from the previous request.

Minimum string length: 1
name
string
Minimum string length: 1
contract
string
Minimum string length: 1
txHash
string
Minimum string length: 1

Response

200 - application/json

Success

items
object[]
required

Current page items.

addressWatchId
string
required

Address watch id.

Required string length: 1 - 64
Pattern: ^aw-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$
Example:

"aw-0pbh4-7sdh4-2occ0e4r1g7obe8c"

network
enum<string>
required

Network the address is watched on.

Available options:
ArbitrumOne,
ArbitrumSepolia,
ArcTestnet,
Areum,
AvalancheC,
AvalancheCFuji,
Base,
BaseSepolia,
Berachain,
BerachainBepolia,
Bob,
BobSepolia,
Bsc,
BscTestnet,
Celo,
CeloAlfajores,
Codex,
CodexSepolia,
Ethereum,
EthereumClassic,
EthereumClassicMordor,
EthereumSepolia,
EthereumHoodi,
FlareC,
FlareCCoston2,
FlowEvm,
FlowEvmTestnet,
Ink,
InkSepolia,
Optimism,
OptimismSepolia,
Plasma,
PlasmaTestnet,
Plume,
PlumeSepolia,
Polygon,
PolygonAmoy,
Rayls,
RaylsTestnet,
Robinhood,
RobinhoodSepolia,
SeiAtlantic2,
SeiPacific1,
Solana,
SolanaDevnet,
Sonic,
SonicTestnet,
Tempo,
TempoModerato,
Tsc,
TscTestnet1,
Xdc,
XdcApothem,
XLayer,
XLayerSepolia
nextPageToken
string

token to use as paginationToken to request the next page.

Last modified on September 11, 2026