{
  "x402Version": 2,
  "id": 14148,
  "slug": "14148",
  "resource": "https://api.zerion.io/v1/wallets/:address/portfolio",
  "description": "",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xD07C06a650a88bBCF4f0c4fbf2c6c08c9a60AcC6",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "CDXr4aHpS9ZD4s6tKFpgaTu6nPkn43ni3JhkJHGnyfcQ",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "address": "EVM wallet address (0x-prefixed, 40 hex characters)"
          },
          "queryParams": {
            "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "attributes": {
                "total": {
                  "currency": "usd",
                  "value": 1234.56
                }
              },
              "type": "wallet-portfolio"
            }
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/wallets/:address/portfolio",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "address": {
                    "description": "Wallet address (EVM 0x or Solana base58)",
                    "type": "string"
                  }
                },
                "required": [
                  "address"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "data": {
                    "properties": {
                      "attributes": {
                        "description": "Resource attributes; see https://developers.zerion.io",
                        "type": "object"
                      },
                      "id": {
                        "description": "Resource ID.",
                        "type": "string"
                      },
                      "type": {
                        "description": "Resource type.",
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "links": {
                    "description": "Self and pagination links.",
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.zerion.io",
  "lastUpdated": "2026-09-11T11:04:25.318Z",
  "quality": {
    "calls30d": 16,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-11T11:04:25.076Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.zerion.io",
    "manifest_name": "api.zerion.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}