eToro · Schema

WatchlistsResponse

Response containing multiple watchlists with metadata

Social TradingCopy TradingInvestingMarket DataPortfolio-ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
status integer HTTP status code of the response
watchlists array List of user watchlists
exception object Exception details when the request partially failed
meta object Response metadata including pagination info
isSucceeded boolean Whether the request succeeded
View JSON Schema on GitHub

JSON Schema

WatchlistsResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/WatchlistsResponse.json",
  "title": "WatchlistsResponse",
  "type": "object",
  "description": "Response containing multiple watchlists with metadata",
  "properties": {
    "status": {
      "type": "integer",
      "format": "int32",
      "description": "HTTP status code of the response",
      "example": 200
    },
    "watchlists": {
      "type": "array",
      "description": "List of user watchlists",
      "items": {
        "$ref": "#/components/schemas/WatchlistResponse"
      }
    },
    "exception": {
      "type": "object",
      "description": "Exception details when the request partially failed",
      "properties": {
        "invalidItems": {
          "type": "array",
          "description": "List of invalid item identifiers",
          "items": {
            "type": "string"
          }
        },
        "reason": {
          "type": "string",
          "description": "Reason for the exception"
        },
        "message": {
          "type": "string",
          "description": "Human-readable exception message"
        }
      }
    },
    "meta": {
      "type": "object",
      "description": "Response metadata including pagination info",
      "properties": {
        "pageNumber": {
          "type": "integer",
          "format": "int32",
          "description": "Current page number",
          "example": 0
        },
        "itemsPerPage": {
          "type": "integer",
          "format": "int32",
          "description": "Number of items per page",
          "example": 100
        },
        "maxItemsInWatchlistLimit": {
          "type": "integer",
          "format": "int32",
          "description": "Maximum allowed items per watchlist",
          "example": 1000
        },
        "maxWatchlistsLimit": {
          "type": "integer",
          "format": "int32",
          "description": "Maximum allowed watchlists per user",
          "example": 10
        }
      }
    },
    "isSucceeded": {
      "type": "boolean",
      "description": "Whether the request succeeded",
      "example": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/WatchlistsResponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.