get https://api.n.xyz/api/v1/address//transactions
Returns a list of transactions in which the supplied address was involved, sorted by timestamp descending.
Returns the 1000 most recent transactions for a given address from this endpoint, paginated with a maximum page size of 100. Coming soon: support for retrieving >1000 transactions.
The tokenType
parameter may be used to filter transactions in which a token of the specified tokenType emitted an event log (i.e., was transferred, approved, etc.). One transaction may relate to multiple token types (e.g., a transaction in which a fungible token was swapped for an NFT).
Supports resolving of ENS handles.