Transactions
Query the transactions sent and received by address
Last updated
Query the transactions sent and received by address
Last updated
Inspect the function name to learn more about how to use each spell!
GET
/transactions/get_incoming_transactions
Returns a list of the incoming transactions (ERC20 or native) for an address. Transactions whose dollar value is 0 are not included.
address*
String
The wallet address
page_size
String
Transactions included per page
page
String
Pagination number
api*
String
Your API key
GET
/transactions/get_outgoing_transactions
Returns a list of the outgoing transactions (ERC20 or native) for an address. Transactions whose dollar value is 0 are not included.
address*
String
The wallet address
page_size
String
Transactions included per page
page
String
Pagination number
api*
String
Your API key
Detailed information on primary fields of /compliance/analyze-address
total_page_count int
Number of pages that will need to be requested
transactions field
The list of transactions
blockNumber int
Block number of the transaction
timestamp int
Timestamp of the transaction
currency string
Currency of the transaction
hash string
Hash of the transaction
inputs field
List of inputs of the transaction (1 for EVMs)
outputs field
List of outputs of the transaction (1 for EVMs)
value int
Native value of the transaction
usdValue int
Converted dollar value of the transaction