wallet
Get wallet transactions
Retrieve all incoming and outgoing transactions for a specific wallet address
get/{chainId}/wallet-transactions
Path parameters
chainIdstring required
Chain ID
wallet_addressstring required
Wallet address
Query parameters
filterstring
Filter parameters
group_bystring
Field to group results by
sort_bystring
Field to sort results by
sort_orderstring
Sort order (asc or desc)
pageinteger
Page number for pagination
limitinteger
Number of items per page
force_consistent_databoolean
Force consistent data at the expense of query speed
decodeboolean
Decode transaction data
Response
OK