Get Transfer Events

Returns a page of raw transfer events (fungible, NFT, native or fee) for the given wallet addresses, enriched with token metadata and point-in-time prices.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
required

Which stream to return: fungible (erc20), NFT (nft, ERC-721), gas-token transfers (native) or transaction fees (fee). A page is homogeneous in asset_type, and each stream has its own independent cursor. native and fee are served on ethereum only for now; other chains return an empty page.

Allowed:
wallets
array of strings
required
length ≥ 1

Wallet addresses to generate events for

Wallets*

Opaque pagination token returned by a previous response. Omit (or send null) to start from the first page.

integer
1 to 1000
Defaults to 100

Maximum number of events to return per page

≥ 0

Unix timestamp in seconds. When set, the stream starts from the block each chain reached at this time instead of the wallet's full history, so the first page already carries recent transfers. The bound is frozen into the page token, so it is read only on the first page and ignored when a page_token is supplied.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json