Skip to main content
GET
Token Transfers - By Wallet Address

Authorizations

x-api-key
string
header
required

Headers

x-amberdata-blockchain-id
enum<string>
default:ethereum-mainnet

The id of the blockchain

Available options:
ethereum-mainnet

Path Parameters

hash
string
default:0x06012c8cf97bead5deae237070f9587f8e7a266d
required

The address to retrieve the token transfers for

Query Parameters

blockNumber
integer<int32>

Filter by token transfers with this block number.

startDate
string<date-time>

Filter by token transfers which happened after this date.

endDate
string<date-time>

Filter by token transfers which happened before this date.

direction
string

The order in which to return the results (ascending or descending). By default, records are returned in descending order, so the most recent records are returned first.

page
integer<int32>
default:0

The page number to return.

size
integer<int32>
default:50

Number of records per page.

timeFormat
string

[Optional] Time format of the timestamps in the return payload.
[Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable

Response

200

status
integer
default:0
Example:

200

title
string
Example:

"OK"

description
string
Example:

"Successful request"

payload
object