{
  "x402Version": 2,
  "id": 6794,
  "slug": "6794",
  "resource": "https://agent.massive.com/v3/reference/tickers",
  "description": "Query the stock and OTC ticker symbols supported by Massive. Each result carries the ticker, company name, primary exchange, security type, CIK and OpenFIGI identifiers, and whether the asset still trades. Can't find what you're looking for? POST feedback to /feedback, no charge.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x525f6dDcE9aF7a7179D7696aaBfCd5FCd15a21e6",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "active": true,
            "limit": 100,
            "order": "asc",
            "sort": "ticker"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "next_url": "https://api.massive.com/v3/reference/tickers?cursor=YWN0aXZlPXRydWUmZGF0ZT0yMDIxLTA0LTI1JmxpbWl0PTEmb3JkZXI9YXNjJnBhZ2VfbWFya2VyPUElN0M5YWRjMjY0ZTgyM2E1ZjBiOGUyNDc5YmZiOGE1YmYwNDVkYzU0YjgwMDcyMWE2YmI1ZjBjMjQwMjU4MjFmNGZiJnNvcnQ9dGlja2Vy",
            "request_id": "e70013d92930de90e089dc8fa098888e",
            "results": [
              {
                "active": true,
                "cik": "0001090872",
                "composite_figi": "BBG000BWQYZ5",
                "currency_name": "usd",
                "last_updated_utc": "2021-04-25T00:00:00Z",
                "locale": "us",
                "market": "stocks",
                "name": "Agilent Technologies Inc.",
                "primary_exchange": "XNYS",
                "share_class_figi": "BBG001SCTQY4",
                "ticker": "A",
                "type": "CS"
              }
            ],
            "status": "OK"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "active": {
                    "description": "Specify if the tickers returned should be actively traded on the queried date. Default is true.",
                    "type": "boolean"
                  },
                  "cik": {
                    "description": "Specify the CIK of the asset you want to search for. Find more information about CIK codes [at their website](https://www.sec.gov/edgar/searchedgar/cik.htm). Defaults to empty string which queries all CIKs.",
                    "type": "string"
                  },
                  "cusip": {
                    "description": "Specify the CUSIP code of the asset you want to search for. Find more information about CUSIP codes [at their website](https://www.cusip.com/identifiers.html#/CUSIP). Defaults to empty string which queries all CUSIPs. Note: Although you can query by CUSIP, due to legal reasons we do not return the CUSIP in the response.",
                    "type": "string"
                  },
                  "date": {
                    "description": "Specify a point in time to retrieve tickers available on that date. Defaults to the most recent available date.",
                    "format": "date",
                    "type": "string"
                  },
                  "exchange": {
                    "description": "Specify the asset's primary exchange Market Identifier Code (MIC) according to [ISO 10383](https://www.iso20022.org/market-identifier-codes). Defaults to empty string which queries all exchanges.",
                    "type": "string"
                  },
                  "limit": {
                    "default": 100,
                    "description": "Limit the number of results returned, default is 100 and max is 1000.",
                    "maximum": 1000,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "market": {
                    "description": "Filter by market type. By default all markets are included.",
                    "enum": [
                      "stocks",
                      "otc"
                    ],
                    "type": "string"
                  },
                  "order": {
                    "description": "Order results based on the `sort` field.",
                    "enum": [
                      "asc",
                      "desc"
                    ],
                    "type": "string"
                  },
                  "search": {
                    "description": "Search for terms within the ticker and/or company name.",
                    "type": "string"
                  },
                  "sort": {
                    "default": "ticker",
                    "description": "Sort field used for ordering.",
                    "enum": [
                      "ticker",
                      "name",
                      "market",
                      "locale",
                      "primary_exchange",
                      "type",
                      "currency_symbol",
                      "currency_name",
                      "base_currency_symbol",
                      "base_currency_name",
                      "cik",
                      "composite_figi",
                      "share_class_figi",
                      "last_updated_utc",
                      "delisted_utc"
                    ],
                    "type": "string"
                  },
                  "ticker": {
                    "description": "Specify a ticker symbol. Defaults to empty string which queries all tickers.",
                    "type": "string"
                  },
                  "ticker.gt": {
                    "description": "Range by ticker.",
                    "type": "string"
                  },
                  "ticker.gte": {
                    "description": "Range by ticker.",
                    "type": "string"
                  },
                  "ticker.lt": {
                    "description": "Range by ticker.",
                    "type": "string"
                  },
                  "ticker.lte": {
                    "description": "Range by ticker.",
                    "type": "string"
                  },
                  "type": {
                    "description": "Specify the type of the tickers. Find the types that we support via our [Ticker Types API](https://massive.com/docs/rest/stocks/tickers/ticker-types). Defaults to empty string which queries all types.",
                    "enum": [
                      "CS",
                      "ADRC",
                      "ADRP",
                      "ADRR",
                      "UNIT",
                      "RIGHT",
                      "PFD",
                      "FUND",
                      "SP",
                      "WARRANT",
                      "INDEX",
                      "ETF",
                      "ETN",
                      "OS",
                      "GDR",
                      "OTHER",
                      "NYRS",
                      "AGEN",
                      "EQLK",
                      "BOND",
                      "ADRW",
                      "BASKET",
                      "LT"
                    ],
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agent.massive.com",
  "lastUpdated": "2026-09-04T11:10:45.535Z",
  "quality": {
    "calls30d": 8,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-04T11:10:45.403Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agent.massive.com",
    "manifest_name": "agent.massive.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}