Transfer History
get
/v0/transfer/history
Get a list of transactions made by a specific wallet address.
bridge
Bridge/Aggregator slug. Optional search filter.
fromChain
stringSource Chain Slug. Optional search filter.
Example:
ethereum
limit
numberOptional. Number of transactions to return per page. Default is 100
Example:
100
page
numberOptional. The subset of transactions (page) to return based on the limit. This allows the ability to pageinate through all transactions.
Example:
2
projectId
stringProject Identifier. Optional. Will return project-specific history
Example:
41122b12-7aad-4c54-9e2f-a67627ac0787
toChain
stringDestination Chain Slug. Optional search filter.
Example:
ethereum
userAddress
stringUser's wallet address on source chain
Example:
0x0000....000
:::::::