Skip to main content
GET
Get ERC-20 transfers

Path Parameters

walletAddress
string
required

A wallet address.

Query Parameters

starting-block
integer<int64>

The block height to start from, inclusive. Defaults to genesis block.

ending-block
integer<int64>

The block height to end at, inclusive. Defaults to latest block height.

contract-address
string

Contract address to filter by.

cursor
string

The cursor returned in previous response (for getting the next page).

limit
integer | null
default:100

Number of records to fetch

Required range: 1 <= x <= 100

Response

200 - application/json

OK

resultCount
integer
required

amount of transfers equal to page size.

transfers
object[]
required
cursor
string | null