Skip to main content
GET
Token Transfers - By Token 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:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48
required

The address to retrieve the token transfers for. (example is USDC)

Query Parameters

amount
integer<int32>

Filter by token transfers which value is equal to this amount.

amountGt
integer<int32>

Filter by token transfers which value is greater than this amount.

amountGte
integer<int32>

Filter by token transfers which value is greater than or equal to this amount.

amountLt
integer<int32>

Filter by token transfers which value is less than this amount.

amountLte
integer<int32>

Filter by token transfers which value is less than or equal to this amount

blockNumber
integer<int32>

Filter by token transfers with this block number.

decodeTransactions
enum<boolean>
default:false

Only false is accepted.

Available options:
false
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.

transactionHash
string

Filter by token transfers for this transaction hash.

page
integer<int32>
default:0

The page number to return.

size
integer<int32>
default:50

Number of records per page.

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.

timeFormat
string
default:iso

[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