{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/AddressActivityMetadata.json", "title": "AddressActivityMetadata", "type": "object", "properties": { "eventSignatures": { "description": "Array of hexadecimal strings of the event signatures.", "examples": [ [ "0x61cbb2a3dee0b6064c2e681aadd61677fb4ef319f0b547508d495626f5a62f64" ] ], "type": "array", "items": { "type": "string" } }, "addresses": { "description": "Ethereum address(es) for the address_activity event type. The maximum number of 'addresses' you can track depends on the Data API plan you are subscribed to.", "examples": [ [ "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E" ] ], "type": "array", "items": { "type": "string" } } }, "required": [ "addresses" ] }