getAddressActivity
GET https://api.covalenthq.com/v1/address/:walletAddress/activity/?testnets=
Returns: ChainActivityResponse{
"updated_at" : "{{DATETIME}}",
"address" : "{{STRING}}",
"items" : [ {
"extends" : {
"name" : "{{STRING}}",
"chain_id" : "{{STRING}}",
"is_testnet" : "{{BOOLEAN}}",
"db_schema_name" : "{{STRING}}",
"label" : "{{STRING}}",
"category_label" : "{{STRING}}",
"logo_url" : "{{STRING}}",
"black_logo_url" : "{{STRING}}",
"white_logo_url" : "{{STRING}}",
"color_theme" : {
"red" : "{{INTEGER}}",
"green" : "{{INTEGER}}",
"blue" : "{{INTEGER}}",
"alpha" : "{{INTEGER}}",
"hex" : "{{STRING}}",
"css_rgb" : "{{STRING}}"
},
"is_appchain" : "{{BOOLEAN}}",
"appchain_of" : "{{ChainItem}}"
},
"last_seen_at" : "{{DATETIME}}"
} ]
}
Body
PARAM
Key | Datatype | Required | Description |
testnets
|
null |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status
ENDPOINTS