# Get address portfolio history Retrieves historical portfolio snapshots for the specified address across chains. Filter parameters: - address: The blockchain address for which to retrieve portfolio history. - time: Unix timestamp in milliseconds representing the time for which to retrieve the portfolio history. The time is truncated to the start of the UTC day. Endpoint: GET /portfolio/address/{address} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `address` (string, required) The blockchain address. ## Query parameters: - `time` (integer, required) Unix timestamp in milliseconds (e.g. 1672531200000). ## Response 400 fields (application/json): - `error` (string) Example: "Bad request" ## Response 401 fields (application/json): - `error` (string) Example: "API key missing or invalid" ## Response 500 fields