MPC Tally API Server

get-address-metadata

Get metadata information about a specific Ethereum address

Input Schema

NameRequiredDescriptionDefault
addressYesThe Ethereum address to get metadata for (0x format)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The Ethereum address to get metadata for (0x format)", "type": "string" } }, "required": [ "address" ], "type": "object" }