Get Address Actions
Returns transaction actions analysis results for a given address.
HTTP Request
GET https://openapi.misttrack.io/v1/address_action
?coin=ETH
&address=0xb3065fe2125c413e973829108f23e872e1db9a6b
&api_key=YourApiKeyTry this endpoint in your browser π
Query Parameters
Parameter
Type
Description
address
string
the address to check
api_key
string
your api key
Response Data Parameters
Parameter
Type
Description
received_txs
list
The analysis result of the incoming transaction of the target address.
spent_txs
list
The analysis result of the outgoing transaction of the target address.
The API response data is suitable for display in a pie chart, as shown in the following figure.

Sample Response
Last updated