{
  "schema_version": "sourcestrand-x402-resources-v1",
  "x402Version": 2,
  "gateway": "SourceStrand Data Gateway",
  "base_url": "https://api.sourcestrand.com",
  "canonical_base_url": "https://api.sourcestrand.com",
  "generated_at": "2026-07-08T00:00:00.000Z",
  "bazaar_readiness": {
    "discovery_metadata": "Payment-required responses include x402.extensions.bazaar input/output metadata.",
    "cdp_discovery_catalog": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "cdp_discovery_search": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/search",
    "note": "CDP Bazaar ranking also depends on observable CDP facilitator traffic such as buyers, transaction volume, and recency."
  },
  "resources": [
    {
      "resource": "https://api.sourcestrand.com/v1/paid/tw-company/brief?business_id=24888323",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xCc28F533F7ED90B8B98b5E9614B96138e790267F",
          "maxTimeoutSeconds": 60,
          "extra": {
            "name": "USD Coin",
            "version": "2",
            "price": "$0.01"
          }
        }
      ],
      "metadata": {
        "description": "Taiwan Company Intelligence company brief",
        "serviceName": "Taiwan Company Intelligence API",
        "tags": [
          "taiwan-company",
          "paid-data-product"
        ],
        "example_use": "Fetch a Taiwan company brief by business_id.",
        "free_preview_or_sample": "https://api.sourcestrand.com/samples/tw-company-brief.json"
      },
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "queryParams": {
                "business_id": "24888323"
              },
              "method": "GET"
            },
            "output": {
              "type": "json",
              "example": {
                "product": "tw_company_intelligence",
                "company": {
                  "business_id": "24888323"
                },
                "data_lineage": [],
                "limitations": [],
                "source_hash": "sha256:..."
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "GET",
                      "HEAD",
                      "DELETE"
                    ]
                  },
                  "queryParams": {
                    "type": "object",
                    "properties": {
                      "business_id": {
                        "type": "string",
                        "pattern": "^\\d{8}$",
                        "description": "Taiwan unified business number."
                      }
                    },
                    "required": [
                      "business_id"
                    ]
                  }
                },
                "required": [
                  "type",
                  "method"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string"
                  },
                  "example": {
                    "type": "object"
                  }
                },
                "required": [
                  "type"
                ]
              }
            },
            "required": [
              "input"
            ]
          },
          "routeTemplate": "/v1/paid/tw-company/brief"
        }
      }
    },
    {
      "resource": "https://api.sourcestrand.com/v1/paid/tw-procurement/agent-research?q=IT%20services",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xCc28F533F7ED90B8B98b5E9614B96138e790267F",
          "maxTimeoutSeconds": 60,
          "extra": {
            "name": "USD Coin",
            "version": "2",
            "price": "$0.01"
          }
        }
      ],
      "metadata": {
        "description": "Taiwan Procurement Supplier Signals agent research package",
        "serviceName": "Taiwan Supplier & Tender Intelligence",
        "tags": [
          "taiwan-procurement",
          "agent-research",
          "supplier-intelligence",
          "tender-search",
          "paid-data-product"
        ],
        "example_use": "Start paid Taiwan procurement supplier research from an English keyword.",
        "free_preview_or_sample": "https://api.sourcestrand.com/v1/preview/tw-procurement/agent-research?q=IT%20services"
      },
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "queryParams": {
                "q": "IT services"
              },
              "method": "GET"
            },
            "output": {
              "type": "json",
              "example": {
                "product": "tw_procurement_supplier_signals",
                "mode": "agent_research_paid",
                "agent_summary": {},
                "supplier_candidates": [],
                "data_lineage": [],
                "limitations": []
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "GET",
                      "HEAD",
                      "DELETE"
                    ]
                  },
                  "queryParams": {
                    "type": "object",
                    "properties": {
                      "q": {
                        "type": "string",
                        "minLength": 2,
                        "maxLength": 120,
                        "description": "English buyer research query for Taiwan procurement activity."
                      }
                    },
                    "required": [
                      "q"
                    ]
                  }
                },
                "required": [
                  "type",
                  "method"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string"
                  },
                  "example": {
                    "type": "object"
                  }
                },
                "required": [
                  "type"
                ]
              }
            },
            "required": [
              "input"
            ]
          },
          "routeTemplate": "/v1/paid/tw-procurement/agent-research"
        }
      }
    },
    {
      "resource": "https://api.sourcestrand.com/v1/paid/tw-procurement/tender-search?q=IT%20services",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "30000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xCc28F533F7ED90B8B98b5E9614B96138e790267F",
          "maxTimeoutSeconds": 60,
          "extra": {
            "name": "USD Coin",
            "version": "2",
            "price": "$0.03"
          }
        }
      ],
      "metadata": {
        "description": "Taiwan Procurement Supplier Signals tender search",
        "serviceName": "Taiwan Procurement Supplier Signals API",
        "tags": [
          "taiwan-procurement",
          "supplier-signals",
          "paid-data-product"
        ],
        "example_use": "Search Taiwan procurement tender and award rows by keyword.",
        "free_preview_or_sample": "https://api.sourcestrand.com/v1/preview/tw-procurement/agent-research?q=IT%20services"
      },
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "queryParams": {
                "q": "IT services"
              },
              "method": "GET"
            },
            "output": {
              "type": "json",
              "example": {
                "product": "tw_procurement_supplier_signals",
                "notices": [],
                "awards": [],
                "data_lineage": [],
                "limitations": []
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "GET",
                      "HEAD",
                      "DELETE"
                    ]
                  },
                  "queryParams": {
                    "type": "object",
                    "properties": {
                      "q": {
                        "type": "string",
                        "minLength": 2,
                        "maxLength": 120,
                        "description": "English keyword, agency, supplier, case name, or case number."
                      }
                    },
                    "required": [
                      "q"
                    ]
                  }
                },
                "required": [
                  "type",
                  "method"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string"
                  },
                  "example": {
                    "type": "object"
                  }
                },
                "required": [
                  "type"
                ]
              }
            },
            "required": [
              "input"
            ]
          },
          "routeTemplate": "/v1/paid/tw-procurement/tender-search"
        }
      }
    },
    {
      "resource": "https://api.sourcestrand.com/v1/paid/tw-procurement/company-activity?business_id=24888323",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "50000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xCc28F533F7ED90B8B98b5E9614B96138e790267F",
          "maxTimeoutSeconds": 60,
          "extra": {
            "name": "USD Coin",
            "version": "2",
            "price": "$0.05"
          }
        }
      ],
      "metadata": {
        "description": "Taiwan Procurement Supplier Signals company activity",
        "serviceName": "Taiwan Procurement Supplier Signals API",
        "tags": [
          "taiwan-procurement",
          "company-activity",
          "supplier-signals",
          "paid-data-product"
        ],
        "example_use": "Fetch Taiwan procurement company activity by business_id.",
        "free_preview_or_sample": "https://api.sourcestrand.com/v1/preview/tw-procurement/agent-research?q=IT%20services"
      },
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "queryParams": {
                "business_id": "24888323"
              },
              "method": "GET"
            },
            "output": {
              "type": "json",
              "example": {
                "product": "tw_procurement_supplier_signals",
                "company_activity": {},
                "data_lineage": [],
                "limitations": []
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "GET",
                      "HEAD",
                      "DELETE"
                    ]
                  },
                  "queryParams": {
                    "type": "object",
                    "properties": {
                      "business_id": {
                        "type": "string",
                        "pattern": "^\\d{8}$",
                        "description": "Taiwan unified business number."
                      }
                    },
                    "required": [
                      "business_id"
                    ]
                  }
                },
                "required": [
                  "type",
                  "method"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string"
                  },
                  "example": {
                    "type": "object"
                  }
                },
                "required": [
                  "type"
                ]
              }
            },
            "required": [
              "input"
            ]
          },
          "routeTemplate": "/v1/paid/tw-procurement/company-activity"
        }
      }
    },
    {
      "resource": "https://api.sourcestrand.com/v1/paid/tw-procurement/supplier-pack?business_id=24888323",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "250000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xCc28F533F7ED90B8B98b5E9614B96138e790267F",
          "maxTimeoutSeconds": 60,
          "extra": {
            "name": "USD Coin",
            "version": "2",
            "price": "$0.25"
          }
        }
      ],
      "metadata": {
        "description": "Taiwan Procurement Supplier Signals supplier pack",
        "serviceName": "Taiwan Procurement Supplier Signals API",
        "tags": [
          "taiwan-procurement",
          "supplier-pack",
          "supplier-signals",
          "paid-data-product"
        ],
        "example_use": "Fetch a richer supplier activity pack by business_id.",
        "free_preview_or_sample": "https://api.sourcestrand.com/v1/preview/tw-procurement/agent-research?q=IT%20services"
      },
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "queryParams": {
                "business_id": "24888323"
              },
              "method": "GET"
            },
            "output": {
              "type": "json",
              "example": {
                "product": "tw_procurement_supplier_signals",
                "supplier_pack": {},
                "data_lineage": [],
                "limitations": []
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "GET",
                      "HEAD",
                      "DELETE"
                    ]
                  },
                  "queryParams": {
                    "type": "object",
                    "properties": {
                      "business_id": {
                        "type": "string",
                        "pattern": "^\\d{8}$",
                        "description": "Taiwan unified business number."
                      }
                    },
                    "required": [
                      "business_id"
                    ]
                  }
                },
                "required": [
                  "type",
                  "method"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string"
                  },
                  "example": {
                    "type": "object"
                  }
                },
                "required": [
                  "type"
                ]
              }
            },
            "required": [
              "input"
            ]
          },
          "routeTemplate": "/v1/paid/tw-procurement/supplier-pack"
        }
      }
    },
    {
      "resource": "https://api.sourcestrand.com/v1/paid/tw-data-packs/supplier-discovery",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "30000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xCc28F533F7ED90B8B98b5E9614B96138e790267F",
          "maxTimeoutSeconds": 60,
          "extra": {
            "name": "USD Coin",
            "version": "2",
            "price": "$0.03"
          }
        }
      ],
      "metadata": {
        "description": "Taiwan Supplier Discovery Pack stream routing package",
        "serviceName": "Taiwan Supplier Discovery Pack",
        "tags": [
          "taiwan-data",
          "supplier-discovery",
          "stream-pack",
          "paid-data-product"
        ],
        "example_use": "Unlock the full Taiwan supplier-discovery stream routing pack.",
        "free_preview_or_sample": "https://api.sourcestrand.com/v1/preview/tw-data-packs/supplier-discovery"
      },
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "queryParams": {},
              "method": "GET"
            },
            "output": {
              "type": "json",
              "example": {
                "product": "tw_supplier_discovery_pack",
                "package_scope": {
                  "tier": "paid_pack"
                },
                "streams": [],
                "agent_handoff": {},
                "data_lineage": [],
                "limitations": []
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "GET",
                      "HEAD",
                      "DELETE"
                    ]
                  },
                  "queryParams": {
                    "type": "object",
                    "properties": {}
                  }
                },
                "required": [
                  "type",
                  "method"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string"
                  },
                  "example": {
                    "type": "object"
                  }
                },
                "required": [
                  "type"
                ]
              }
            },
            "required": [
              "input"
            ]
          },
          "routeTemplate": "/v1/paid/tw-data-packs/supplier-discovery"
        }
      }
    },
    {
      "resource": "https://api.sourcestrand.com/v1/paid/tw-data-packs/compliance-risk",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "30000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xCc28F533F7ED90B8B98b5E9614B96138e790267F",
          "maxTimeoutSeconds": 60,
          "extra": {
            "name": "USD Coin",
            "version": "2",
            "price": "$0.03"
          }
        }
      ],
      "metadata": {
        "description": "Taiwan Compliance Risk Pack stream routing package",
        "serviceName": "Taiwan Compliance Risk Pack",
        "tags": [
          "taiwan-data",
          "compliance-risk",
          "stream-pack",
          "paid-data-product"
        ],
        "example_use": "Unlock the full Taiwan compliance and public-risk stream routing pack.",
        "free_preview_or_sample": "https://api.sourcestrand.com/v1/preview/tw-data-packs/compliance-risk"
      },
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "queryParams": {},
              "method": "GET"
            },
            "output": {
              "type": "json",
              "example": {
                "product": "tw_compliance_risk_pack",
                "package_scope": {
                  "tier": "paid_pack"
                },
                "streams": [],
                "agent_handoff": {},
                "data_lineage": [],
                "limitations": []
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "GET",
                      "HEAD",
                      "DELETE"
                    ]
                  },
                  "queryParams": {
                    "type": "object",
                    "properties": {}
                  }
                },
                "required": [
                  "type",
                  "method"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string"
                  },
                  "example": {
                    "type": "object"
                  }
                },
                "required": [
                  "type"
                ]
              }
            },
            "required": [
              "input"
            ]
          },
          "routeTemplate": "/v1/paid/tw-data-packs/compliance-risk"
        }
      }
    },
    {
      "resource": "https://api.sourcestrand.com/v1/paid/crypto/asset-signal?asset=BTC",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xCc28F533F7ED90B8B98b5E9614B96138e790267F",
          "maxTimeoutSeconds": 60,
          "extra": {
            "name": "USD Coin",
            "version": "2",
            "price": "$0.01"
          }
        }
      ],
      "metadata": {
        "description": "Crypto Agent Signal Pack mainstream asset signal",
        "serviceName": "Crypto Agent Signal Pack",
        "tags": [
          "crypto-agent-signals",
          "asset-context",
          "paid-data-product"
        ],
        "example_use": "Fetch a mainstream crypto asset signal by symbol.",
        "free_preview_or_sample": "https://api.sourcestrand.com/samples/crypto-agent-signal-pack.json"
      },
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "queryParams": {
                "asset": "BTC"
              },
              "method": "GET"
            },
            "output": {
              "type": "json",
              "example": {
                "product": "Crypto Agent Signal Pack",
                "asset_signal": {},
                "not_financial_advice": true,
                "data_lineage": [],
                "limitations": []
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "GET",
                      "HEAD",
                      "DELETE"
                    ]
                  },
                  "queryParams": {
                    "type": "object",
                    "properties": {
                      "asset": {
                        "type": "string",
                        "enum": [
                          "BTC",
                          "ETH",
                          "SOL",
                          "SUI",
                          "ADA"
                        ]
                      }
                    },
                    "required": [
                      "asset"
                    ]
                  }
                },
                "required": [
                  "type",
                  "method"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string"
                  },
                  "example": {
                    "type": "object"
                  }
                },
                "required": [
                  "type"
                ]
              }
            },
            "required": [
              "input"
            ]
          },
          "routeTemplate": "/v1/paid/crypto/asset-signal"
        }
      }
    },
    {
      "resource": "https://api.sourcestrand.com/v1/paid/crypto/token-risk-snapshot?chain=base&address=0x1111111111111111111111111111111111111111",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xCc28F533F7ED90B8B98b5E9614B96138e790267F",
          "maxTimeoutSeconds": 60,
          "extra": {
            "name": "USD Coin",
            "version": "2",
            "price": "$0.01"
          }
        }
      ],
      "metadata": {
        "description": "Crypto Agent Signal Pack token risk snapshot",
        "serviceName": "Crypto Agent Signal Pack",
        "tags": [
          "crypto-agent-signals",
          "token-context",
          "paid-data-product"
        ],
        "example_use": "Fetch a Base token risk snapshot by chain and address.",
        "free_preview_or_sample": "https://api.sourcestrand.com/samples/crypto-agent-signal-pack.json"
      },
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "queryParams": {
                "chain": "base",
                "address": "0x1111111111111111111111111111111111111111"
              },
              "method": "GET"
            },
            "output": {
              "type": "json",
              "example": {
                "product": "Crypto Agent Signal Pack",
                "token_snapshot": {},
                "not_financial_advice": true,
                "data_lineage": [],
                "limitations": []
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "GET",
                      "HEAD",
                      "DELETE"
                    ]
                  },
                  "queryParams": {
                    "type": "object",
                    "properties": {
                      "chain": {
                        "type": "string",
                        "const": "base"
                      },
                      "address": {
                        "type": "string",
                        "pattern": "^0x[a-fA-F0-9]{40}$"
                      }
                    },
                    "required": [
                      "chain",
                      "address"
                    ]
                  }
                },
                "required": [
                  "type",
                  "method"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string"
                  },
                  "example": {
                    "type": "object"
                  }
                },
                "required": [
                  "type"
                ]
              }
            },
            "required": [
              "input"
            ]
          },
          "routeTemplate": "/v1/paid/crypto/token-risk-snapshot"
        }
      }
    },
    {
      "resource": "https://api.sourcestrand.com/v1/paid/crypto/x402-ecosystem-brief",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "10000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xCc28F533F7ED90B8B98b5E9614B96138e790267F",
          "maxTimeoutSeconds": 60,
          "extra": {
            "name": "USD Coin",
            "version": "2",
            "price": "$0.01"
          }
        }
      ],
      "metadata": {
        "description": "Crypto Agent Signal Pack x402 ecosystem brief",
        "serviceName": "Crypto Agent Signal Pack",
        "tags": [
          "crypto-agent-signals",
          "x402-ecosystem",
          "paid-data-product"
        ],
        "example_use": "Fetch the x402 ecosystem signal brief.",
        "free_preview_or_sample": "https://api.sourcestrand.com/samples/crypto-agent-signal-pack.json"
      },
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "queryParams": {},
              "method": "GET"
            },
            "output": {
              "type": "json",
              "example": {
                "product": "Crypto Agent Signal Pack",
                "x402_ecosystem_brief": {},
                "not_financial_advice": true,
                "data_lineage": [],
                "limitations": []
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "GET",
                      "HEAD",
                      "DELETE"
                    ]
                  },
                  "queryParams": {
                    "type": "object",
                    "properties": {}
                  }
                },
                "required": [
                  "type",
                  "method"
                ],
                "additionalProperties": false
              },
              "output": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string"
                  },
                  "example": {
                    "type": "object"
                  }
                },
                "required": [
                  "type"
                ]
              }
            },
            "required": [
              "input"
            ]
          },
          "routeTemplate": "/v1/paid/crypto/x402-ecosystem-brief"
        }
      }
    }
  ]
}