Skip to content

Get ENS Transfers by ENS Name

This endpoint returns ENS Transfers for a given ENS name (supports pagination). Supported chains: ethereum.

Parameters

Parameter Description Type
chain_id A keyword (i.e. "ethereum") or CAIP-2 identifier specifying the blockchain to query. string
ens_name required The ENS name to retrieve transfers for (max 256 characters). string
transferred_after The earlier transfer date, inclusive (in seconds since the Unix epoch or ISO-8601 format). date-time
transferred_before The later transfer date, inclusive (in seconds since the Unix epoch or ISO-8601 format). date-time
order The order in which to retrieve the results (either asc or desc). string
limit The maximum number of results to retrieve (default 100). string

curl -X GET \
    'https://api.transpose.io/ens/ens-transfers-by-name?chain_id=ethereum&ens_name=tmux.eth' \
    -H 'X-API-KEY: BtRVYj7dgnYUcr1gSSfWhmrTShIb8RBG' \

Got questions? Join our Discord

Discord is the primary home of the Transpose developer community. Join us to ask questions, share your work, and get help.