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
string

Source Chain Slug. Optional search filter.

Example:
ethereum
limit
number

Optional. Number of transactions to return per page. Default is 100

Example:
100
page
number

Optional. The subset of transactions (page) to return based on the limit. This allows the ability to pageinate through all transactions.

Example:
2
projectId
string

Project Identifier. Optional. Will return project-specific history

Example:
41122b12-7aad-4c54-9e2f-a67627ac0787
toChain
string

Destination Chain Slug. Optional search filter.

Example:
ethereum
userAddress
string

User's wallet address on source chain

Example:
0x0000....000
Parameters
:
:
:
:
:
:
: