INTELLIGENCE

Know what your agents buy.

Costs, changes and evidence for better service decisions.

Cost intelligence

Find the better way to pay.

Compare service prices and payment options against your workload.

Scoped audits · customer usage requiredRequest a cost audit
Change intelligence

Know when your dependencies change.

Track payment offers, service schemas and provider changes over time.

Custom watchlists and historyDiscuss monitoring
Outcome intelligence

Connect the purchase to the result.

Bring charges, retries and task evaluations into one private evidence record.

Integration pilot · your task criteriaConnect your workflow

THE EVIDENCE BASE

Collected. Dated. Traceable.

Use the API
14,635Source listings
33Source snapshots
27,889Recorded changes
1,221Endpoint observations

Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.

212 observations · Differences between dated observations.

api.munition.ioMunition Exa Find Similar: x402-paid similar-page discovery for AI agents. Pay 0.01 USDC to get up to 25 pages semantically similar to a given URL (competitors, related articles, alternatives), with optional page contents.
https://api.munition.io/v1/exa/find-similar
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:13710000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:4216110000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Exa Find Similar: x402-paid similar-page discovery for AI agents. Pay 0.01 USDC to get up to 25 pages semantically similar to a given URL (competitors, related articles, alternatives), with optional page contents.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "contents": {
                "description": "Which page contents to include. Omit for metadata only.",
                "properties": {
                  "highlights": {
                    "oneOf": [
                      {
                        "type": "boolean"
                      },
                      {
                        "properties": {
                          "highlightsPerUrl": {
                            "type": "integer"
                          },
                          "numSentences": {
                            "type": "integer"
                          }
                        },
                        "type": "object"
                      }
                    ]
                  },
                  "summary": {
                    "oneOf": [
                      {
                        "type": "boolean"
                      },
                      {
                        "properties": {
                          "query": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      }
                    ]
                  },
                  "text": {
                    "oneOf": [
                      {
                        "type": "boolean"
                      },
                      {
                        "properties": {
                          "maxCharacters": {
                            "type": "integer"
                          }
                        },
                        "type": "object"
                      }
                    ]
                  }
                },
                "type": "object"
              },
              "excludeDomains": {
                "items": {
                  "type": "string"
                },
                "maxItems": 50,
                "type": "array"
              },
              "excludeSourceDomain": {
                "default": true,
                "type": "boolean"
              },
              "includeDomains": {
                "items": {
                  "type": "string"
                },
                "maxItems": 50,
                "type": "array"
              },
              "numResults": {
                "default": 10,
                "maximum": 25,
                "minimum": 1,
                "type": "integer"
              },
              "url": {
                "description": "Seed URL.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "meta": {
                "properties": {
                  "resultCount": {
                    "type": "integer"
                  },
                  "searchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "resultCount",
                  "searchedAt"
                ],
                "type": "object"
              },
              "query": {
                "type": "string"
              },
              "results": {
                "items": {
                  "properties": {
                    "author": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "highlights": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "publishedDate": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "score": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "summary": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "text": {
                      "description": "Page text when contents were requested.",
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "title": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "url": {
                      "format": "uri",
                      "type": "string"
                    }
                  },
                  "required": [
                    "url"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "searchType": {
                "type": "string"
              }
            },
            "required": [
              "query",
              "results",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "d8c89fdf0c887e6a5219ea6152f50f7545ce1964f69d39d7e54b1dd613db1582",
  "service_id": "00af18c781b7f2898b515975900ec30c43eafc86a3c8271a444c198486081a22",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T09:53:41.427Z",
  "url": "https://api.munition.io/v1/exa/find-similar",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Google Images: x402-paid Google Images results for AI agents via Serper. Pay 0.004 USDC per query for image URLs, thumbnails, dimensions and source pages.
https://api.munition.io/v1/serper/images
NetworkAdvertised amountBillingPayee
eip155:84530.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:1374000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:421614000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp4000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Google Images: x402-paid Google Images results for AI agents via Serper. Pay 0.004 USDC per query for image URLs, thumbnails, dimensions and source pages.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "gl": {
                "default": "us",
                "description": "Country code (gl), e.g. us, fr, de.",
                "type": "string"
              },
              "hl": {
                "default": "en",
                "description": "Interface language (hl), e.g. en, fr.",
                "type": "string"
              },
              "num": {
                "default": 10,
                "maximum": 100,
                "minimum": 1,
                "type": "integer"
              },
              "page": {
                "default": 1,
                "maximum": 10,
                "minimum": 1,
                "type": "integer"
              },
              "q": {
                "description": "Google query.",
                "maxLength": 1000,
                "minLength": 1,
                "type": "string"
              },
              "tbs": {
                "description": "Time filter, e.g. qdr:d, qdr:w, qdr:m, qdr:y.",
                "type": "string"
              }
            },
            "required": [
              "q"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "images": {
                "items": {
                  "properties": {
                    "imageHeight": {
                      "type": "integer"
                    },
                    "imageUrl": {
                      "format": "uri",
                      "type": "string"
                    },
                    "imageWidth": {
                      "type": "integer"
                    },
                    "link": {
                      "type": "string"
                    },
                    "position": {
                      "type": "integer"
                    },
                    "source": {
                      "type": "string"
                    },
                    "thumbnailUrl": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "imageUrl"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "meta": {
                "properties": {
                  "resultCount": {
                    "type": "integer"
                  },
                  "searchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "resultCount",
                  "searchedAt"
                ],
                "type": "object"
              },
              "query": {
                "type": "string"
              }
            },
            "required": [
              "query",
              "images",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.004",
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "d071f7f68db82e77d65685295563b2c68cc10bc5f23d999ac5a22e3601e32a5a",
  "service_id": "0b4c5ce5c0c6869569bf371603bcce708b268c78b05c44c7e124391026643b6b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T09:53:53.458Z",
  "url": "https://api.munition.io/v1/serper/images",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Google Search: x402-paid Google web search results for AI agents via Serper. Pay 0.004 USDC per query for organic results (title, link, snippet, position), answer box, knowledge graph, people-also-ask and related searches. Country and language selectable.
https://api.munition.io/v1/serper/search
NetworkAdvertised amountBillingPayee
eip155:84530.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:1374000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:421614000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp4000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Google Search: x402-paid Google web search results for AI agents via Serper. Pay 0.004 USDC per query for organic results (title, link, snippet, position), answer box, knowledge graph, people-also-ask and related searches. Country and language selectable.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "gl": {
                "default": "us",
                "description": "Country code (gl), e.g. us, fr, de.",
                "type": "string"
              },
              "hl": {
                "default": "en",
                "description": "Interface language (hl), e.g. en, fr.",
                "type": "string"
              },
              "num": {
                "default": 10,
                "maximum": 100,
                "minimum": 1,
                "type": "integer"
              },
              "page": {
                "default": 1,
                "maximum": 10,
                "minimum": 1,
                "type": "integer"
              },
              "q": {
                "description": "Google query.",
                "maxLength": 1000,
                "minLength": 1,
                "type": "string"
              },
              "tbs": {
                "description": "Time filter, e.g. qdr:d, qdr:w, qdr:m, qdr:y.",
                "type": "string"
              }
            },
            "required": [
              "q"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "answerBox": {
                "type": [
                  "object",
                  "null"
                ]
              },
              "knowledgeGraph": {
                "type": [
                  "object",
                  "null"
                ]
              },
              "meta": {
                "properties": {
                  "resultCount": {
                    "type": "integer"
                  },
                  "searchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "resultCount",
                  "searchedAt"
                ],
                "type": "object"
              },
              "organic": {
                "items": {
                  "properties": {
                    "date": {
                      "type": "string"
                    },
                    "link": {
                      "format": "uri",
                      "type": "string"
                    },
                    "position": {
                      "type": "integer"
                    },
                    "snippet": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "title",
                    "link"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "peopleAlsoAsk": {
                "items": {
                  "type": "object"
                },
                "type": "array"
              },
              "query": {
                "type": "string"
              },
              "relatedSearches": {
                "items": {
                  "properties": {
                    "query": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              }
            },
            "required": [
              "query",
              "organic",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.004",
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "70c51090ddf02f79d67b6e70ca16daf9aeb93fa3d355be27d5946d8ddd2c3f7a",
  "service_id": "2686bad03791c517e5fe64e40e5d326827ed503ffa107013d867da226fad5716",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-11T10:41:06.247Z",
  "url": "https://api.munition.io/v1/serper/search",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Upload: x402-paid temporary file hosting for AI agents. Buy a presigned upload slot, upload one local file or generated artifact up to 10 MB, and get a public non-guessable files.munition.io link retained for 7 days. Useful for PDFs, screenshots, images, logs, JSON, reports, browser sharing, webhook sharing, and agent-to-human handoff.
https://api.munition.io/v1/uploads
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:1375000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:421615000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp5000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Upload: x402-paid temporary file hosting for AI agents. Buy a presigned upload slot, upload one local file or generated artifact up to 10 MB, and get a public non-guessable files.munition.io link retained for 7 days. Useful for PDFs, screenshots, images, logs, JSON, reports, browser sharing, webhook sharing, and agent-to-human handoff.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "filename": {
                "description": "Optional original filename used for a readable public URL slug, for example report.pdf or screenshot.png.",
                "maxLength": 180,
                "minLength": 1,
                "type": "string"
              },
              "mime": {
                "description": "MIME type of the file to upload, for example application/pdf, image/png, text/plain, or application/json.",
                "maxLength": 120,
                "minLength": 1,
                "type": "string"
              },
              "sha256": {
                "description": "Lowercase hex-encoded SHA-256 digest of the exact file bytes, used to bind the upload slot to the final file.",
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "sha256Base64": {
                "description": "Base64-encoded 32-byte SHA-256 digest of the same file bytes, sent as x-amz-checksum-sha256 during the S3 PUT.",
                "pattern": "^[A-Za-z0-9+/]{43}=$",
                "type": "string"
              },
              "size": {
                "description": "File size in bytes. The short-10mb tier accepts one file up to 10 MB.",
                "maximum": 10485760,
                "minimum": 1,
                "type": "integer"
              },
              "tags": {
                "default": [],
                "description": "Optional stable upload tags for categorization. Tags are serialized and returned as an array of strings.",
                "items": {
                  "maxLength": 64,
                  "minLength": 1,
                  "type": "string"
                },
                "maxItems": 20,
                "type": "array"
              },
              "tier": {
                "default": "short-10mb",
                "description": "Upload tier. short-10mb costs 0.005 USDC, accepts one file up to 10 MB, and retains the public link for 7 days.",
                "enum": [
                  "short-10mb"
                ],
                "type": "string"
              }
            },
            "required": [
              "mime",
              "size",
              "sha256",
              "sha256Base64"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "expiresAt": {
                "description": "When the public file link expires and the file is deleted.",
                "format": "date-time",
                "type": "string"
              },
              "id": {
                "description": "Munition upload slot id.",
                "type": "string"
              },
              "maxSize": {
                "description": "Maximum allowed file size in bytes for this upload slot.",
                "type": "integer"
              },
              "publicUrl": {
                "description": "Public non-guessable files.munition.io URL for sharing the uploaded file.",
                "format": "uri",
                "type": "string"
              },
              "tags": {
                "description": "Stable upload tags supplied when the slot was created.",
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "uploadHeaders": {
                "additionalProperties": {
                  "type": "string"
                },
                "description": "Required headers for the uploadUrl PUT, including content-type, content-length, checksum, and sha256 metadata.",
                "type": "object"
              },
              "uploadMethod": {
                "const": "PUT",
                "description": "HTTP method to use when uploading bytes to uploadUrl.",
                "type": "string"
              },
              "uploadUrl": {
                "description": "Presigned S3 URL where the client uploads file bytes after payment.",
                "format": "uri",
                "type": "string"
              },
              "uploadUrlExpiresAt": {
                "description": "When the presigned upload URL expires.",
                "format": "date-time",
                "type": "string"
              }
            },
            "required": [
              "id",
              "uploadUrl",
              "uploadMethod",
              "uploadHeaders",
              "publicUrl",
              "expiresAt",
              "uploadUrlExpiresAt",
              "maxSize",
              "tags"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "a3b92546a364e080c9c150300f87efede89f61d490b547ecdb26fe02b557dadc",
  "service_id": "2bd6b81d071e9458a644194db044acae90c4f16d37d58b86db95e4bcba9e47ce",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T06:29:58.36Z",
  "url": "https://api.munition.io/v1/uploads",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Firecrawl Scrape: x402-paid web page scraping for AI agents. Pay 0.015 USDC per URL to get the page rendered with JavaScript and converted to clean markdown (optionally raw HTML, links, summary). Use when a plain fetch returns empty, JS-only or 403 content.
https://api.munition.io/v1/firecrawl/scrape
NetworkAdvertised amountBillingPayee
eip155:84530.015 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:13715000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:4216115000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp15000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Firecrawl Scrape: x402-paid web page scraping for AI agents. Pay 0.015 USDC per URL to get the page rendered with JavaScript and converted to clean markdown (optionally raw HTML, links, summary). Use when a plain fetch returns empty, JS-only or 403 content.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "formats": {
                "default": [
                  "markdown"
                ],
                "items": {
                  "enum": [
                    "markdown",
                    "html",
                    "links",
                    "summary"
                  ],
                  "type": "string"
                },
                "type": "array"
              },
              "onlyMainContent": {
                "default": true,
                "description": "Strip navigation, footers and boilerplate.",
                "type": "boolean"
              },
              "timeout": {
                "maximum": 30000,
                "minimum": 1000,
                "type": "integer"
              },
              "url": {
                "description": "Page to scrape.",
                "format": "uri",
                "type": "string"
              },
              "waitFor": {
                "description": "Milliseconds to wait for dynamic content.",
                "maximum": 10000,
                "minimum": 0,
                "type": "integer"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "html": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "links": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "markdown": {
                "description": "Page content as markdown.",
                "type": [
                  "string",
                  "null"
                ]
              },
              "meta": {
                "properties": {
                  "characters": {
                    "type": "integer"
                  },
                  "fetchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "fetchedAt",
                  "characters"
                ],
                "type": "object"
              },
              "statusCode": {
                "type": [
                  "integer",
                  "null"
                ]
              },
              "summary": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "title": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "url": {
                "description": "Final URL after redirects.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url",
              "title",
              "markdown",
              "statusCode",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.015",
      "amount_atomic": "15000",
      "amount_encoding": "atomic_units",
      "amount_raw": "15000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "15000",
      "amount_encoding": "atomic_units",
      "amount_raw": "15000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "15000",
      "amount_encoding": "atomic_units",
      "amount_raw": "15000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "15000",
      "amount_encoding": "atomic_units",
      "amount_raw": "15000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "e894972a7bde119a3300dc48f40c6a1d1baf049c6fd146dc851020c39d27324d",
  "service_id": "3a9d174bfc266fc9ccd3bf57452a1286ffc2f7cf1cb770e34e5c724b6743ef63",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T09:53:46.016Z",
  "url": "https://api.munition.io/v1/firecrawl/scrape",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Exa Contents: x402-paid page content extraction for AI agents. Pay 0.002 USDC per call to fetch clean text (plus optional highlights and summaries) for up to 20 URLs from Exa's cache, with live crawl fallback.
https://api.munition.io/v1/exa/contents
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:1372000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:421612000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp2000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Exa Contents: x402-paid page content extraction for AI agents. Pay 0.002 USDC per call to fetch clean text (plus optional highlights and summaries) for up to 20 URLs from Exa's cache, with live crawl fallback.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "highlights": {
                "oneOf": [
                  {
                    "type": "boolean"
                  },
                  {
                    "properties": {
                      "numSentences": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  }
                ]
              },
              "livecrawl": {
                "enum": [
                  "never",
                  "fallback",
                  "always"
                ],
                "type": "string"
              },
              "summary": {
                "oneOf": [
                  {
                    "type": "boolean"
                  },
                  {
                    "properties": {
                      "query": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                ]
              },
              "text": {
                "default": true,
                "oneOf": [
                  {
                    "type": "boolean"
                  },
                  {
                    "properties": {
                      "maxCharacters": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  }
                ]
              },
              "urls": {
                "items": {
                  "format": "uri",
                  "type": "string"
                },
                "maxItems": 20,
                "minItems": 1,
                "type": "array"
              }
            },
            "required": [
              "urls"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "meta": {
                "properties": {
                  "fetchedAt": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "resultCount": {
                    "type": "integer"
                  }
                },
                "required": [
                  "resultCount",
                  "fetchedAt"
                ],
                "type": "object"
              },
              "results": {
                "items": {
                  "properties": {
                    "author": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "highlights": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "publishedDate": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "score": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "summary": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "text": {
                      "description": "Page text when contents were requested.",
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "title": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "url": {
                      "format": "uri",
                      "type": "string"
                    }
                  },
                  "required": [
                    "url"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "required": [
              "results",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "adc16e37a7f75de752f07c162b9549fecc0077efaef84da356614f9f5581abe2",
  "service_id": "54d46ca806ac9b945d62847c4ea35a765c239052c258ad9ef4058b45fd1152bf",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T09:53:39.835Z",
  "url": "https://api.munition.io/v1/exa/contents",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Exa Search: x402-paid neural web search for AI agents. Pay 0.01 USDC per query and get up to 25 ranked results (title, url, date, author, optional page text/highlights/summary) from Exa's semantic index. Supports categories (news, research paper, company, github, people…), domain include/exclude and date filters.
https://api.munition.io/v1/exa/search
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:13710000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:4216110000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Exa Search: x402-paid neural web search for AI agents. Pay 0.01 USDC per query and get up to 25 ranked results (title, url, date, author, optional page text/highlights/summary) from Exa's semantic index. Supports categories (news, research paper, company, github, people…), domain include/exclude and date filters.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "category": {
                "enum": [
                  "company",
                  "research paper",
                  "news",
                  "pdf",
                  "github",
                  "tweet",
                  "personal site",
                  "linkedin profile",
                  "financial report",
                  "people"
                ],
                "type": "string"
              },
              "contents": {
                "description": "Which page contents to include. Omit for metadata only.",
                "properties": {
                  "highlights": {
                    "oneOf": [
                      {
                        "type": "boolean"
                      },
                      {
                        "properties": {
                          "highlightsPerUrl": {
                            "type": "integer"
                          },
                          "numSentences": {
                            "type": "integer"
                          }
                        },
                        "type": "object"
                      }
                    ]
                  },
                  "summary": {
                    "oneOf": [
                      {
                        "type": "boolean"
                      },
                      {
                        "properties": {
                          "query": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      }
                    ]
                  },
                  "text": {
                    "oneOf": [
                      {
                        "type": "boolean"
                      },
                      {
                        "properties": {
                          "maxCharacters": {
                            "type": "integer"
                          }
                        },
                        "type": "object"
                      }
                    ]
                  }
                },
                "type": "object"
              },
              "endPublishedDate": {
                "format": "date-time",
                "type": "string"
              },
              "excludeDomains": {
                "items": {
                  "type": "string"
                },
                "maxItems": 50,
                "type": "array"
              },
              "includeDomains": {
                "items": {
                  "type": "string"
                },
                "maxItems": 50,
                "type": "array"
              },
              "numResults": {
                "default": 10,
                "maximum": 25,
                "minimum": 1,
                "type": "integer"
              },
              "query": {
                "description": "Natural-language search query.",
                "maxLength": 2000,
                "minLength": 1,
                "type": "string"
              },
              "startPublishedDate": {
                "format": "date-time",
                "type": "string"
              },
              "type": {
                "default": "auto",
                "enum": [
                  "auto",
                  "neural",
                  "keyword",
                  "fast"
                ],
                "type": "string"
              }
            },
            "required": [
              "query"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "meta": {
                "properties": {
                  "resultCount": {
                    "type": "integer"
                  },
                  "searchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "resultCount",
                  "searchedAt"
                ],
                "type": "object"
              },
              "query": {
                "type": "string"
              },
              "results": {
                "items": {
                  "properties": {
                    "author": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "highlights": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "publishedDate": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "score": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "summary": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "text": {
                      "description": "Page text when contents were requested.",
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "title": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "url": {
                      "format": "uri",
                      "type": "string"
                    }
                  },
                  "required": [
                    "url"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "searchType": {
                "type": "string"
              }
            },
            "required": [
              "query",
              "results",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "aaff030f87c73d14d4ecf8f1f0049e3f7950a8d915fe0c1cf66884c5716f7561",
  "service_id": "5774cc48433eefd849a78a1206ac512215f373652d64a813967cd5283d2cba3d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-11T10:41:15.447Z",
  "url": "https://api.munition.io/v1/exa/search",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Airport Search: x402-paid airport reference data search for AI agents. Pay 0.001 USDC to search airports by IATA code, city, airport name, or country and receive normalized IATA airport records suitable for travel planning.
https://api.munition.io/v1/airports/search
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:1371000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:421611000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp1000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Airport Search: x402-paid airport reference data search for AI agents. Pay 0.001 USDC to search airports by IATA code, city, airport name, or country and receive normalized IATA airport records suitable for travel planning.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "query": {
                "description": "Airport search text, such as an IATA code, city, airport name, or country.",
                "maxLength": 100,
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "query"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "airports": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "cityName": {
                      "type": "string"
                    },
                    "coordinates": {
                      "additionalProperties": false,
                      "properties": {
                        "lat": {
                          "type": "number"
                        },
                        "lng": {
                          "type": "number"
                        }
                      },
                      "required": [
                        "lat",
                        "lng"
                      ],
                      "type": "object"
                    },
                    "countryCode": {
                      "type": "string"
                    },
                    "countryName": {
                      "type": "string"
                    },
                    "iataCode": {
                      "maxLength": 3,
                      "minLength": 3,
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "timeZone": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "iataCode",
                    "name",
                    "cityName",
                    "countryCode",
                    "countryName"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "meta": {
                "additionalProperties": false,
                "properties": {
                  "resultCount": {
                    "minimum": 0,
                    "type": "integer"
                  },
                  "searchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "resultCount",
                  "searchedAt"
                ],
                "type": "object"
              },
              "query": {
                "type": "string"
              }
            },
            "required": [
              "query",
              "airports",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "d81d5c6392ab513053cd016794973d33ca2a64d2512f0fd97ecae0cbb0caebce",
  "service_id": "62ce9bfa8961db16d97953bb3d2c01085b0fe701c55bb5023999d3700a0e0cb7",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-26T06:22:28.675Z",
  "url": "https://api.munition.io/v1/airports/search",
  "usage_rights": "not_reviewed"
}
api.munition.ioSynchronous HTML to A4 PDF, 0.020 USDC with seven-day deletion eligibility, not a hard public-access cutoff; asynchronous cleanup and caches may persist. Not renewable. Non-guessable public URL, not private: do not submit sensitive content. HTTP x402 only; no PDF MCP tool or MPP route. Candidate implementation; deployment not verified.
https://api.munition.io/v1/render/pdf
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:13720000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:4216120000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp20000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Synchronous HTML to A4 PDF, 0.020 USDC with seven-day deletion eligibility, not a hard public-access cutoff; asynchronous cleanup and caches may persist. Not renewable. Non-guessable public URL, not private: do not submit sensitive content. HTTP x402 only; no PDF MCP tool or MPP route. Candidate implementation; deployment not verified.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "filename": {
                "description": "Optional filename used for a readable public URL slug, for example invoice-2026-09.pdf. Consecutive dots (..) anywhere are invalid.",
                "maxLength": 180,
                "minLength": 1,
                "type": "string"
              },
              "html": {
                "description": "Self-contained HTML document (UTF-8, up to 1 MiB) with inline CSS. No JavaScript, iframes, forms, <link>, external or relative resources: scripting is disabled and document requests are intercepted/aborted in an offline browser context, not process-wide OS egress isolation. The Chromium sandbox is disabled; process isolation is a deployment concern. Embed images and fonts as data: URIs (png, jpeg, gif, webp, svg, woff/woff2/ttf/otf). Output is A4, up to 20 pages / 10 MiB on successful return, with a 10-second application-level render watchdog budget. Launch, shutdown and cleanup can extend elapsed call time; this is not a hard process-lifetime bound. Page and PDF-byte limits are checked after PDF allocation and do not bound peak memory or CPU.",
                "maxLength": 1048576,
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "html"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "bytes": {
                "description": "Size of the PDF in bytes.",
                "type": "integer"
              },
              "expiresAt": {
                "description": "Seven-day deletion eligibility, not an exact public-access cutoff. Daily cleanup and asynchronous S3 lifecycle deletion may run later; cached responses can persist. No hard deletion deadline is guaranteed. PDF render artifacts are not renewable.",
                "format": "date-time",
                "type": "string"
              },
              "id": {
                "description": "Munition render id.",
                "type": "string"
              },
              "pages": {
                "description": "Number of A4 pages in the PDF.",
                "type": "integer"
              },
              "publicUrl": {
                "description": "Non-guessable public files.munition.io URL of the rendered PDF; do not render confidential content. PDF render artifacts are not renewable via direct x402 or MPP upload-renew endpoints, unlike ordinary uploads.",
                "format": "uri",
                "type": "string"
              },
              "renderMs": {
                "description": "Server-side render time in milliseconds.",
                "type": "integer"
              },
              "sha256": {
                "description": "Lowercase hex SHA-256 of the PDF bytes.",
                "type": "string"
              }
            },
            "required": [
              "id",
              "publicUrl",
              "expiresAt",
              "bytes",
              "pages",
              "sha256",
              "renderMs"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "a1a771cdcb706fa3ceaf8f2eae9106a551ca1b67a33e9e3a3b40ff89b98375c4",
  "service_id": "9a5fb3ed8659c8dd1a4f3a43a7ca64a1caddf768256377393870e9248b88fe0e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T07:30:18.511Z",
  "url": "https://api.munition.io/v1/render/pdf",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Google Shopping: x402-paid Google Shopping results for AI agents via Serper. Pay 0.004 USDC per query for products with price, seller, rating and link — useful for price comparison and product research.
https://api.munition.io/v1/serper/shopping
NetworkAdvertised amountBillingPayee
eip155:84530.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:1374000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:421614000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp4000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Google Shopping: x402-paid Google Shopping results for AI agents via Serper. Pay 0.004 USDC per query for products with price, seller, rating and link — useful for price comparison and product research.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "gl": {
                "default": "us",
                "description": "Country code (gl), e.g. us, fr, de.",
                "type": "string"
              },
              "hl": {
                "default": "en",
                "description": "Interface language (hl), e.g. en, fr.",
                "type": "string"
              },
              "num": {
                "default": 10,
                "maximum": 100,
                "minimum": 1,
                "type": "integer"
              },
              "page": {
                "default": 1,
                "maximum": 10,
                "minimum": 1,
                "type": "integer"
              },
              "q": {
                "description": "Google query.",
                "maxLength": 1000,
                "minLength": 1,
                "type": "string"
              },
              "tbs": {
                "description": "Time filter, e.g. qdr:d, qdr:w, qdr:m, qdr:y.",
                "type": "string"
              }
            },
            "required": [
              "q"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "meta": {
                "properties": {
                  "resultCount": {
                    "type": "integer"
                  },
                  "searchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "resultCount",
                  "searchedAt"
                ],
                "type": "object"
              },
              "query": {
                "type": "string"
              },
              "shopping": {
                "items": {
                  "properties": {
                    "imageUrl": {
                      "type": "string"
                    },
                    "link": {
                      "type": "string"
                    },
                    "position": {
                      "type": "integer"
                    },
                    "price": {
                      "type": "string"
                    },
                    "rating": {
                      "type": "number"
                    },
                    "ratingCount": {
                      "type": "integer"
                    },
                    "source": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "required": [
              "query",
              "shopping",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.004",
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "bffe1a36e201075611a06f3758f2af78850ba88bb07c3ed56ee0d0d36d33f93c",
  "service_id": "c83ba645279c86186c2f73d99e710a96e7b687a60143f286ff9a1c9c0f56d727",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T09:53:55.499Z",
  "url": "https://api.munition.io/v1/serper/shopping",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Google News: x402-paid Google News results for AI agents via Serper. Pay 0.004 USDC per query for recent articles (title, link, source, date, snippet) with country, language and time filters.
https://api.munition.io/v1/serper/news
NetworkAdvertised amountBillingPayee
eip155:84530.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:1374000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:421614000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp4000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Google News: x402-paid Google News results for AI agents via Serper. Pay 0.004 USDC per query for recent articles (title, link, source, date, snippet) with country, language and time filters.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "gl": {
                "default": "us",
                "description": "Country code (gl), e.g. us, fr, de.",
                "type": "string"
              },
              "hl": {
                "default": "en",
                "description": "Interface language (hl), e.g. en, fr.",
                "type": "string"
              },
              "num": {
                "default": 10,
                "maximum": 100,
                "minimum": 1,
                "type": "integer"
              },
              "page": {
                "default": 1,
                "maximum": 10,
                "minimum": 1,
                "type": "integer"
              },
              "q": {
                "description": "Google query.",
                "maxLength": 1000,
                "minLength": 1,
                "type": "string"
              },
              "tbs": {
                "description": "Time filter, e.g. qdr:d, qdr:w, qdr:m, qdr:y.",
                "type": "string"
              }
            },
            "required": [
              "q"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "meta": {
                "properties": {
                  "resultCount": {
                    "type": "integer"
                  },
                  "searchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "resultCount",
                  "searchedAt"
                ],
                "type": "object"
              },
              "news": {
                "items": {
                  "properties": {
                    "date": {
                      "type": "string"
                    },
                    "imageUrl": {
                      "type": "string"
                    },
                    "link": {
                      "format": "uri",
                      "type": "string"
                    },
                    "position": {
                      "type": "integer"
                    },
                    "snippet": {
                      "type": "string"
                    },
                    "source": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "title",
                    "link"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "query": {
                "type": "string"
              }
            },
            "required": [
              "query",
              "news",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.004",
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "4dfc4f23121f9293298d250956ed4471139d6f03ff1db5cd51e9f00dd6bd892b",
  "service_id": "e1fb6a0b3bc68b4f67cb591f19b7a0a552b70dbd98d5512e324d25c33ff495d5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T09:53:51.474Z",
  "url": "https://api.munition.io/v1/serper/news",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Flight Search: x402-paid live flight offer search for AI agents. Pay 0.05 USDC to search Duffel flight offers and receive compact normalized itineraries, prices, carriers, and metadata suitable for replay and downstream planning.
https://api.munition.io/v1/flights/search
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:13750000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:4216150000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp50000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Flight Search: x402-paid live flight offer search for AI agents. Pay 0.05 USDC to search Duffel flight offers and receive compact normalized itineraries, prices, carriers, and metadata suitable for replay and downstream planning.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "adults": {
                "default": 1,
                "maximum": 9,
                "minimum": 1,
                "type": "integer"
              },
              "children": {
                "default": 0,
                "maximum": 9,
                "minimum": 0,
                "type": "integer"
              },
              "currency": {
                "description": "Optional ISO currency code used with maxPrice.",
                "maxLength": 3,
                "minLength": 3,
                "type": "string"
              },
              "departureDate": {
                "description": "Outbound date in YYYY-MM-DD format.",
                "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                "type": "string"
              },
              "destination": {
                "description": "IATA airport code to arrive at, for example NRT.",
                "maxLength": 3,
                "minLength": 3,
                "type": "string"
              },
              "infants": {
                "default": 0,
                "maximum": 9,
                "minimum": 0,
                "type": "integer"
              },
              "maxPrice": {
                "description": "Optional max total offer price. Currency conversion is not applied.",
                "exclusiveMinimum": 0,
                "type": "number"
              },
              "maxResults": {
                "default": 50,
                "maximum": 50,
                "minimum": 1,
                "type": "integer"
              },
              "nonStop": {
                "description": "When true, return only offers whose itineraries have one segment each.",
                "type": "boolean"
              },
              "origin": {
                "description": "IATA airport code to depart from, for example SFO.",
                "maxLength": 3,
                "minLength": 3,
                "type": "string"
              },
              "returnDate": {
                "description": "Optional return date in YYYY-MM-DD format.",
                "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                "type": "string"
              },
              "travelClass": {
                "default": "ECONOMY",
                "enum": [
                  "ECONOMY",
                  "PREMIUM_ECONOMY",
                  "BUSINESS",
                  "FIRST"
                ],
                "type": "string"
              }
            },
            "required": [
              "origin",
              "destination",
              "departureDate"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "meta": {
                "additionalProperties": false,
                "properties": {
                  "resultCount": {
                    "minimum": 0,
                    "type": "integer"
                  },
                  "searchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "resultCount",
                  "searchedAt"
                ],
                "type": "object"
              },
              "results": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "airlineCodes": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "currency": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    },
                    "itineraries": {
                      "items": {
                        "additionalProperties": false,
                        "properties": {
                          "duration": {
                            "type": "string"
                          },
                          "numberOfStops": {
                            "minimum": 0,
                            "type": "integer"
                          },
                          "segments": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "aircraft": {
                                  "type": "string"
                                },
                                "arrival": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "airportCode": {
                                      "type": "string"
                                    },
                                    "at": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "carrierCode": {
                                  "type": "string"
                                },
                                "departure": {
                                  "additionalProperties": false,
                                  "properties": {
                                    "airportCode": {
                                      "type": "string"
                                    },
                                    "at": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "duration": {
                                  "type": "string"
                                },
                                "flightNumber": {
                                  "type": "string"
                                },
                                "operatingCarrierCode": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "departure",
                                "arrival"
                              ],
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "required": [
                          "numberOfStops",
                          "segments"
                        ],
                        "type": "object"
                      },
                      "type": "array"
                    },
                    "source": {
                      "const": "flight_search",
                      "type": "string"
                    },
                    "totalPrice": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "id",
                    "source",
                    "totalPrice",
                    "currency",
                    "airlineCodes",
                    "itineraries"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "warnings": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              }
            },
            "required": [
              "results",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "d1da0771dd67ca1b5543162178b00b72efe0866e20b12fa9f999a9a508f12fae",
  "service_id": "e74f2b2fd3f791935bbff4af71f1dbe212a1586b82e3fa2d914329537f3d8733",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-28T15:23:58.488Z",
  "url": "https://api.munition.io/v1/flights/search",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Exa Answer: x402-paid cited answers for AI agents. Pay 0.01 USDC to get a direct answer to a question grounded in live web search, with the source pages as citations.
https://api.munition.io/v1/exa/answer
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:13710000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:4216110000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Exa Answer: x402-paid cited answers for AI agents. Pay 0.01 USDC to get a direct answer to a question grounded in live web search, with the source pages as citations.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "query": {
                "description": "Question to answer.",
                "maxLength": 2000,
                "minLength": 1,
                "type": "string"
              },
              "text": {
                "default": false,
                "description": "Include full text of each citation.",
                "type": "boolean"
              }
            },
            "required": [
              "query"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "answer": {
                "type": "string"
              },
              "citations": {
                "items": {
                  "properties": {
                    "author": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "highlights": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "publishedDate": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "score": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "summary": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "text": {
                      "description": "Page text when contents were requested.",
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "title": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "url": {
                      "format": "uri",
                      "type": "string"
                    }
                  },
                  "required": [
                    "url"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "meta": {
                "properties": {
                  "answeredAt": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "citationCount": {
                    "type": "integer"
                  }
                },
                "required": [
                  "citationCount",
                  "answeredAt"
                ],
                "type": "object"
              },
              "query": {
                "type": "string"
              }
            },
            "required": [
              "query",
              "answer",
              "citations",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "df1de5b5b79276ee182901ee73497a8669f0f64155da8296604ef478627ee7fa",
  "service_id": "f0c28a9a73b7438e151ffdab35767632abee2c68e960ae25de521e9b02b78260",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T09:53:42.967Z",
  "url": "https://api.munition.io/v1/exa/answer",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Firecrawl Search: x402-paid web search for AI agents. Pay 0.03 USDC per query to get up to 20 web results (url, title, description) and optionally the full markdown content of each result in the same call.
https://api.munition.io/v1/firecrawl/search
NetworkAdvertised amountBillingPayee
eip155:84530.03 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:13730000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:4216130000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp30000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Firecrawl Search: x402-paid web search for AI agents. Pay 0.03 USDC per query to get up to 20 web results (url, title, description) and optionally the full markdown content of each result in the same call.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "country": {
                "description": "Two-letter country code, e.g. us, fr.",
                "type": "string"
              },
              "lang": {
                "description": "Language code, e.g. en, fr.",
                "type": "string"
              },
              "limit": {
                "default": 5,
                "maximum": 20,
                "minimum": 1,
                "type": "integer"
              },
              "query": {
                "maxLength": 1000,
                "minLength": 1,
                "type": "string"
              },
              "scrapeContent": {
                "default": false,
                "description": "Also scrape each result to markdown.",
                "type": "boolean"
              },
              "tbs": {
                "description": "Time filter, e.g. qdr:d (day), qdr:w (week), qdr:m (month).",
                "type": "string"
              }
            },
            "required": [
              "query"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "meta": {
                "properties": {
                  "resultCount": {
                    "type": "integer"
                  },
                  "searchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "resultCount",
                  "searchedAt"
                ],
                "type": "object"
              },
              "query": {
                "type": "string"
              },
              "results": {
                "items": {
                  "properties": {
                    "description": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "markdown": {
                      "description": "Present when scrapeContent is true.",
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "title": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "url": {
                      "format": "uri",
                      "type": "string"
                    }
                  },
                  "required": [
                    "url"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "required": [
              "query",
              "results",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.03",
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "ffcd876394d3675591f53bb781dccacb87738c4ef1fdabd34918ea5b6bdd1f93",
  "service_id": "f24c5cce563bae6adb0fe66b9f9a194d81d38652c6855fc9e864e96f384b9c34",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-11T10:41:29.994Z",
  "url": "https://api.munition.io/v1/firecrawl/search",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Exa Find Similar: x402-paid similar-page discovery for AI agents. Pay 0.01 USDC to get up to 25 pages semantically similar to a given URL (competitors, related articles, alternatives), with optional page contents.
https://api.munition.io/v1/exa/find-similar
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:13710000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:4216110000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Exa Find Similar: x402-paid similar-page discovery for AI agents. Pay 0.01 USDC to get up to 25 pages semantically similar to a given URL (competitors, related articles, alternatives), with optional page contents.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "contents": {
                "description": "Which page contents to include. Omit for metadata only.",
                "properties": {
                  "highlights": {
                    "oneOf": [
                      {
                        "type": "boolean"
                      },
                      {
                        "properties": {
                          "highlightsPerUrl": {
                            "type": "integer"
                          },
                          "numSentences": {
                            "type": "integer"
                          }
                        },
                        "type": "object"
                      }
                    ]
                  },
                  "summary": {
                    "oneOf": [
                      {
                        "type": "boolean"
                      },
                      {
                        "properties": {
                          "query": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      }
                    ]
                  },
                  "text": {
                    "oneOf": [
                      {
                        "type": "boolean"
                      },
                      {
                        "properties": {
                          "maxCharacters": {
                            "type": "integer"
                          }
                        },
                        "type": "object"
                      }
                    ]
                  }
                },
                "type": "object"
              },
              "excludeDomains": {
                "items": {
                  "type": "string"
                },
                "maxItems": 50,
                "type": "array"
              },
              "excludeSourceDomain": {
                "default": true,
                "type": "boolean"
              },
              "includeDomains": {
                "items": {
                  "type": "string"
                },
                "maxItems": 50,
                "type": "array"
              },
              "numResults": {
                "default": 10,
                "maximum": 25,
                "minimum": 1,
                "type": "integer"
              },
              "url": {
                "description": "Seed URL.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "meta": {
                "properties": {
                  "resultCount": {
                    "type": "integer"
                  },
                  "searchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "resultCount",
                  "searchedAt"
                ],
                "type": "object"
              },
              "query": {
                "type": "string"
              },
              "results": {
                "items": {
                  "properties": {
                    "author": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "highlights": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "publishedDate": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "score": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "summary": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "text": {
                      "description": "Page text when contents were requested.",
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "title": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "url": {
                      "format": "uri",
                      "type": "string"
                    }
                  },
                  "required": [
                    "url"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "searchType": {
                "type": "string"
              }
            },
            "required": [
              "query",
              "results",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "d8c89fdf0c887e6a5219ea6152f50f7545ce1964f69d39d7e54b1dd613db1582",
  "service_id": "00af18c781b7f2898b515975900ec30c43eafc86a3c8271a444c198486081a22",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T09:53:41.427Z",
  "url": "https://api.munition.io/v1/exa/find-similar",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Google Images: x402-paid Google Images results for AI agents via Serper. Pay 0.004 USDC per query for image URLs, thumbnails, dimensions and source pages.
https://api.munition.io/v1/serper/images
NetworkAdvertised amountBillingPayee
eip155:84530.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:1374000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:421614000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp4000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Google Images: x402-paid Google Images results for AI agents via Serper. Pay 0.004 USDC per query for image URLs, thumbnails, dimensions and source pages.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "gl": {
                "default": "us",
                "description": "Country code (gl), e.g. us, fr, de.",
                "type": "string"
              },
              "hl": {
                "default": "en",
                "description": "Interface language (hl), e.g. en, fr.",
                "type": "string"
              },
              "num": {
                "default": 10,
                "maximum": 100,
                "minimum": 1,
                "type": "integer"
              },
              "page": {
                "default": 1,
                "maximum": 10,
                "minimum": 1,
                "type": "integer"
              },
              "q": {
                "description": "Google query.",
                "maxLength": 1000,
                "minLength": 1,
                "type": "string"
              },
              "tbs": {
                "description": "Time filter, e.g. qdr:d, qdr:w, qdr:m, qdr:y.",
                "type": "string"
              }
            },
            "required": [
              "q"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "images": {
                "items": {
                  "properties": {
                    "imageHeight": {
                      "type": "integer"
                    },
                    "imageUrl": {
                      "format": "uri",
                      "type": "string"
                    },
                    "imageWidth": {
                      "type": "integer"
                    },
                    "link": {
                      "type": "string"
                    },
                    "position": {
                      "type": "integer"
                    },
                    "source": {
                      "type": "string"
                    },
                    "thumbnailUrl": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "imageUrl"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "meta": {
                "properties": {
                  "resultCount": {
                    "type": "integer"
                  },
                  "searchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "resultCount",
                  "searchedAt"
                ],
                "type": "object"
              },
              "query": {
                "type": "string"
              }
            },
            "required": [
              "query",
              "images",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.004",
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "d071f7f68db82e77d65685295563b2c68cc10bc5f23d999ac5a22e3601e32a5a",
  "service_id": "0b4c5ce5c0c6869569bf371603bcce708b268c78b05c44c7e124391026643b6b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T09:53:53.458Z",
  "url": "https://api.munition.io/v1/serper/images",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Google Search: x402-paid Google web search results for AI agents via Serper. Pay 0.004 USDC per query for organic results (title, link, snippet, position), answer box, knowledge graph, people-also-ask and related searches. Country and language selectable.
https://api.munition.io/v1/serper/search
NetworkAdvertised amountBillingPayee
eip155:84530.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:1374000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:421614000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp4000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Google Search: x402-paid Google web search results for AI agents via Serper. Pay 0.004 USDC per query for organic results (title, link, snippet, position), answer box, knowledge graph, people-also-ask and related searches. Country and language selectable.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "gl": {
                "default": "us",
                "description": "Country code (gl), e.g. us, fr, de.",
                "type": "string"
              },
              "hl": {
                "default": "en",
                "description": "Interface language (hl), e.g. en, fr.",
                "type": "string"
              },
              "num": {
                "default": 10,
                "maximum": 100,
                "minimum": 1,
                "type": "integer"
              },
              "page": {
                "default": 1,
                "maximum": 10,
                "minimum": 1,
                "type": "integer"
              },
              "q": {
                "description": "Google query.",
                "maxLength": 1000,
                "minLength": 1,
                "type": "string"
              },
              "tbs": {
                "description": "Time filter, e.g. qdr:d, qdr:w, qdr:m, qdr:y.",
                "type": "string"
              }
            },
            "required": [
              "q"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "answerBox": {
                "type": [
                  "object",
                  "null"
                ]
              },
              "knowledgeGraph": {
                "type": [
                  "object",
                  "null"
                ]
              },
              "meta": {
                "properties": {
                  "resultCount": {
                    "type": "integer"
                  },
                  "searchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "resultCount",
                  "searchedAt"
                ],
                "type": "object"
              },
              "organic": {
                "items": {
                  "properties": {
                    "date": {
                      "type": "string"
                    },
                    "link": {
                      "format": "uri",
                      "type": "string"
                    },
                    "position": {
                      "type": "integer"
                    },
                    "snippet": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "title",
                    "link"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "peopleAlsoAsk": {
                "items": {
                  "type": "object"
                },
                "type": "array"
              },
              "query": {
                "type": "string"
              },
              "relatedSearches": {
                "items": {
                  "properties": {
                    "query": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              }
            },
            "required": [
              "query",
              "organic",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.004",
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "70c51090ddf02f79d67b6e70ca16daf9aeb93fa3d355be27d5946d8ddd2c3f7a",
  "service_id": "2686bad03791c517e5fe64e40e5d326827ed503ffa107013d867da226fad5716",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-11T10:41:06.247Z",
  "url": "https://api.munition.io/v1/serper/search",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Upload: x402-paid temporary file hosting for AI agents. Buy a presigned upload slot, upload one local file or generated artifact up to 10 MB, and get a public non-guessable files.munition.io link retained for 7 days. Useful for PDFs, screenshots, images, logs, JSON, reports, browser sharing, webhook sharing, and agent-to-human handoff.
https://api.munition.io/v1/uploads
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:1375000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:421615000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp5000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Upload: x402-paid temporary file hosting for AI agents. Buy a presigned upload slot, upload one local file or generated artifact up to 10 MB, and get a public non-guessable files.munition.io link retained for 7 days. Useful for PDFs, screenshots, images, logs, JSON, reports, browser sharing, webhook sharing, and agent-to-human handoff.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "filename": {
                "description": "Optional original filename used for a readable public URL slug, for example report.pdf or screenshot.png.",
                "maxLength": 180,
                "minLength": 1,
                "type": "string"
              },
              "mime": {
                "description": "MIME type of the file to upload, for example application/pdf, image/png, text/plain, or application/json.",
                "maxLength": 120,
                "minLength": 1,
                "type": "string"
              },
              "sha256": {
                "description": "Lowercase hex-encoded SHA-256 digest of the exact file bytes, used to bind the upload slot to the final file.",
                "pattern": "^[a-f0-9]{64}$",
                "type": "string"
              },
              "sha256Base64": {
                "description": "Base64-encoded 32-byte SHA-256 digest of the same file bytes, sent as x-amz-checksum-sha256 during the S3 PUT.",
                "pattern": "^[A-Za-z0-9+/]{43}=$",
                "type": "string"
              },
              "size": {
                "description": "File size in bytes. The short-10mb tier accepts one file up to 10 MB.",
                "maximum": 10485760,
                "minimum": 1,
                "type": "integer"
              },
              "tags": {
                "default": [],
                "description": "Optional stable upload tags for categorization. Tags are serialized and returned as an array of strings.",
                "items": {
                  "maxLength": 64,
                  "minLength": 1,
                  "type": "string"
                },
                "maxItems": 20,
                "type": "array"
              },
              "tier": {
                "default": "short-10mb",
                "description": "Upload tier. short-10mb costs 0.005 USDC, accepts one file up to 10 MB, and retains the public link for 7 days.",
                "enum": [
                  "short-10mb"
                ],
                "type": "string"
              }
            },
            "required": [
              "mime",
              "size",
              "sha256",
              "sha256Base64"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "expiresAt": {
                "description": "When the public file link expires and the file is deleted.",
                "format": "date-time",
                "type": "string"
              },
              "id": {
                "description": "Munition upload slot id.",
                "type": "string"
              },
              "maxSize": {
                "description": "Maximum allowed file size in bytes for this upload slot.",
                "type": "integer"
              },
              "publicUrl": {
                "description": "Public non-guessable files.munition.io URL for sharing the uploaded file.",
                "format": "uri",
                "type": "string"
              },
              "tags": {
                "description": "Stable upload tags supplied when the slot was created.",
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "uploadHeaders": {
                "additionalProperties": {
                  "type": "string"
                },
                "description": "Required headers for the uploadUrl PUT, including content-type, content-length, checksum, and sha256 metadata.",
                "type": "object"
              },
              "uploadMethod": {
                "const": "PUT",
                "description": "HTTP method to use when uploading bytes to uploadUrl.",
                "type": "string"
              },
              "uploadUrl": {
                "description": "Presigned S3 URL where the client uploads file bytes after payment.",
                "format": "uri",
                "type": "string"
              },
              "uploadUrlExpiresAt": {
                "description": "When the presigned upload URL expires.",
                "format": "date-time",
                "type": "string"
              }
            },
            "required": [
              "id",
              "uploadUrl",
              "uploadMethod",
              "uploadHeaders",
              "publicUrl",
              "expiresAt",
              "uploadUrlExpiresAt",
              "maxSize",
              "tags"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "a3b92546a364e080c9c150300f87efede89f61d490b547ecdb26fe02b557dadc",
  "service_id": "2bd6b81d071e9458a644194db044acae90c4f16d37d58b86db95e4bcba9e47ce",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-29T06:29:58.36Z",
  "url": "https://api.munition.io/v1/uploads",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Firecrawl Scrape: x402-paid web page scraping for AI agents. Pay 0.015 USDC per URL to get the page rendered with JavaScript and converted to clean markdown (optionally raw HTML, links, summary). Use when a plain fetch returns empty, JS-only or 403 content.
https://api.munition.io/v1/firecrawl/scrape
NetworkAdvertised amountBillingPayee
eip155:84530.015 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:13715000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:4216115000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp15000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Firecrawl Scrape: x402-paid web page scraping for AI agents. Pay 0.015 USDC per URL to get the page rendered with JavaScript and converted to clean markdown (optionally raw HTML, links, summary). Use when a plain fetch returns empty, JS-only or 403 content.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "formats": {
                "default": [
                  "markdown"
                ],
                "items": {
                  "enum": [
                    "markdown",
                    "html",
                    "links",
                    "summary"
                  ],
                  "type": "string"
                },
                "type": "array"
              },
              "onlyMainContent": {
                "default": true,
                "description": "Strip navigation, footers and boilerplate.",
                "type": "boolean"
              },
              "timeout": {
                "maximum": 30000,
                "minimum": 1000,
                "type": "integer"
              },
              "url": {
                "description": "Page to scrape.",
                "format": "uri",
                "type": "string"
              },
              "waitFor": {
                "description": "Milliseconds to wait for dynamic content.",
                "maximum": 10000,
                "minimum": 0,
                "type": "integer"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "html": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "links": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "markdown": {
                "description": "Page content as markdown.",
                "type": [
                  "string",
                  "null"
                ]
              },
              "meta": {
                "properties": {
                  "characters": {
                    "type": "integer"
                  },
                  "fetchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "fetchedAt",
                  "characters"
                ],
                "type": "object"
              },
              "statusCode": {
                "type": [
                  "integer",
                  "null"
                ]
              },
              "summary": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "title": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "url": {
                "description": "Final URL after redirects.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url",
              "title",
              "markdown",
              "statusCode",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.015",
      "amount_atomic": "15000",
      "amount_encoding": "atomic_units",
      "amount_raw": "15000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "15000",
      "amount_encoding": "atomic_units",
      "amount_raw": "15000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "15000",
      "amount_encoding": "atomic_units",
      "amount_raw": "15000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "15000",
      "amount_encoding": "atomic_units",
      "amount_raw": "15000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "e894972a7bde119a3300dc48f40c6a1d1baf049c6fd146dc851020c39d27324d",
  "service_id": "3a9d174bfc266fc9ccd3bf57452a1286ffc2f7cf1cb770e34e5c724b6743ef63",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T09:53:46.016Z",
  "url": "https://api.munition.io/v1/firecrawl/scrape",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Exa Contents: x402-paid page content extraction for AI agents. Pay 0.002 USDC per call to fetch clean text (plus optional highlights and summaries) for up to 20 URLs from Exa's cache, with live crawl fallback.
https://api.munition.io/v1/exa/contents
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:1372000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:421612000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp2000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Exa Contents: x402-paid page content extraction for AI agents. Pay 0.002 USDC per call to fetch clean text (plus optional highlights and summaries) for up to 20 URLs from Exa's cache, with live crawl fallback.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "highlights": {
                "oneOf": [
                  {
                    "type": "boolean"
                  },
                  {
                    "properties": {
                      "numSentences": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  }
                ]
              },
              "livecrawl": {
                "enum": [
                  "never",
                  "fallback",
                  "always"
                ],
                "type": "string"
              },
              "summary": {
                "oneOf": [
                  {
                    "type": "boolean"
                  },
                  {
                    "properties": {
                      "query": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                ]
              },
              "text": {
                "default": true,
                "oneOf": [
                  {
                    "type": "boolean"
                  },
                  {
                    "properties": {
                      "maxCharacters": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  }
                ]
              },
              "urls": {
                "items": {
                  "format": "uri",
                  "type": "string"
                },
                "maxItems": 20,
                "minItems": 1,
                "type": "array"
              }
            },
            "required": [
              "urls"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "meta": {
                "properties": {
                  "fetchedAt": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "resultCount": {
                    "type": "integer"
                  }
                },
                "required": [
                  "resultCount",
                  "fetchedAt"
                ],
                "type": "object"
              },
              "results": {
                "items": {
                  "properties": {
                    "author": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "highlights": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "publishedDate": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "score": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "summary": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "text": {
                      "description": "Page text when contents were requested.",
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "title": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "url": {
                      "format": "uri",
                      "type": "string"
                    }
                  },
                  "required": [
                    "url"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "required": [
              "results",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "adc16e37a7f75de752f07c162b9549fecc0077efaef84da356614f9f5581abe2",
  "service_id": "54d46ca806ac9b945d62847c4ea35a765c239052c258ad9ef4058b45fd1152bf",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T09:53:39.835Z",
  "url": "https://api.munition.io/v1/exa/contents",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Exa Search: x402-paid neural web search for AI agents. Pay 0.01 USDC per query and get up to 25 ranked results (title, url, date, author, optional page text/highlights/summary) from Exa's semantic index. Supports categories (news, research paper, company, github, people…), domain include/exclude and date filters.
https://api.munition.io/v1/exa/search
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:13710000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:4216110000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Exa Search: x402-paid neural web search for AI agents. Pay 0.01 USDC per query and get up to 25 ranked results (title, url, date, author, optional page text/highlights/summary) from Exa's semantic index. Supports categories (news, research paper, company, github, people…), domain include/exclude and date filters.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "category": {
                "enum": [
                  "company",
                  "research paper",
                  "news",
                  "pdf",
                  "github",
                  "tweet",
                  "personal site",
                  "linkedin profile",
                  "financial report",
                  "people"
                ],
                "type": "string"
              },
              "contents": {
                "description": "Which page contents to include. Omit for metadata only.",
                "properties": {
                  "highlights": {
                    "oneOf": [
                      {
                        "type": "boolean"
                      },
                      {
                        "properties": {
                          "highlightsPerUrl": {
                            "type": "integer"
                          },
                          "numSentences": {
                            "type": "integer"
                          }
                        },
                        "type": "object"
                      }
                    ]
                  },
                  "summary": {
                    "oneOf": [
                      {
                        "type": "boolean"
                      },
                      {
                        "properties": {
                          "query": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      }
                    ]
                  },
                  "text": {
                    "oneOf": [
                      {
                        "type": "boolean"
                      },
                      {
                        "properties": {
                          "maxCharacters": {
                            "type": "integer"
                          }
                        },
                        "type": "object"
                      }
                    ]
                  }
                },
                "type": "object"
              },
              "endPublishedDate": {
                "format": "date-time",
                "type": "string"
              },
              "excludeDomains": {
                "items": {
                  "type": "string"
                },
                "maxItems": 50,
                "type": "array"
              },
              "includeDomains": {
                "items": {
                  "type": "string"
                },
                "maxItems": 50,
                "type": "array"
              },
              "numResults": {
                "default": 10,
                "maximum": 25,
                "minimum": 1,
                "type": "integer"
              },
              "query": {
                "description": "Natural-language search query.",
                "maxLength": 2000,
                "minLength": 1,
                "type": "string"
              },
              "startPublishedDate": {
                "format": "date-time",
                "type": "string"
              },
              "type": {
                "default": "auto",
                "enum": [
                  "auto",
                  "neural",
                  "keyword",
                  "fast"
                ],
                "type": "string"
              }
            },
            "required": [
              "query"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "meta": {
                "properties": {
                  "resultCount": {
                    "type": "integer"
                  },
                  "searchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "resultCount",
                  "searchedAt"
                ],
                "type": "object"
              },
              "query": {
                "type": "string"
              },
              "results": {
                "items": {
                  "properties": {
                    "author": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "highlights": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "publishedDate": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "score": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "summary": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "text": {
                      "description": "Page text when contents were requested.",
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "title": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "url": {
                      "format": "uri",
                      "type": "string"
                    }
                  },
                  "required": [
                    "url"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "searchType": {
                "type": "string"
              }
            },
            "required": [
              "query",
              "results",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "aaff030f87c73d14d4ecf8f1f0049e3f7950a8d915fe0c1cf66884c5716f7561",
  "service_id": "5774cc48433eefd849a78a1206ac512215f373652d64a813967cd5283d2cba3d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-11T10:41:15.447Z",
  "url": "https://api.munition.io/v1/exa/search",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Airport Search: x402-paid airport reference data search for AI agents. Pay 0.001 USDC to search airports by IATA code, city, airport name, or country and receive normalized IATA airport records suitable for travel planning.
https://api.munition.io/v1/airports/search
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:1371000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:421611000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp1000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Airport Search: x402-paid airport reference data search for AI agents. Pay 0.001 USDC to search airports by IATA code, city, airport name, or country and receive normalized IATA airport records suitable for travel planning.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "query": {
                "description": "Airport search text, such as an IATA code, city, airport name, or country.",
                "maxLength": 100,
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "query"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "airports": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "cityName": {
                      "type": "string"
                    },
                    "coordinates": {
                      "additionalProperties": false,
                      "properties": {
                        "lat": {
                          "type": "number"
                        },
                        "lng": {
                          "type": "number"
                        }
                      },
                      "required": [
                        "lat",
                        "lng"
                      ],
                      "type": "object"
                    },
                    "countryCode": {
                      "type": "string"
                    },
                    "countryName": {
                      "type": "string"
                    },
                    "iataCode": {
                      "maxLength": 3,
                      "minLength": 3,
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "timeZone": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "iataCode",
                    "name",
                    "cityName",
                    "countryCode",
                    "countryName"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "meta": {
                "additionalProperties": false,
                "properties": {
                  "resultCount": {
                    "minimum": 0,
                    "type": "integer"
                  },
                  "searchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "resultCount",
                  "searchedAt"
                ],
                "type": "object"
              },
              "query": {
                "type": "string"
              }
            },
            "required": [
              "query",
              "airports",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "d81d5c6392ab513053cd016794973d33ca2a64d2512f0fd97ecae0cbb0caebce",
  "service_id": "62ce9bfa8961db16d97953bb3d2c01085b0fe701c55bb5023999d3700a0e0cb7",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-26T06:22:28.675Z",
  "url": "https://api.munition.io/v1/airports/search",
  "usage_rights": "not_reviewed"
}
api.munition.ioSynchronous HTML to A4 PDF, 0.020 USDC with seven-day deletion eligibility, not a hard public-access cutoff; asynchronous cleanup and caches may persist. Not renewable. Non-guessable public URL, not private: do not submit sensitive content. HTTP x402 only; no PDF MCP tool or MPP route. Candidate implementation; deployment not verified.
https://api.munition.io/v1/render/pdf
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:13720000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:4216120000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp20000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Synchronous HTML to A4 PDF, 0.020 USDC with seven-day deletion eligibility, not a hard public-access cutoff; asynchronous cleanup and caches may persist. Not renewable. Non-guessable public URL, not private: do not submit sensitive content. HTTP x402 only; no PDF MCP tool or MPP route. Candidate implementation; deployment not verified.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "filename": {
                "description": "Optional filename used for a readable public URL slug, for example invoice-2026-09.pdf. Consecutive dots (..) anywhere are invalid.",
                "maxLength": 180,
                "minLength": 1,
                "type": "string"
              },
              "html": {
                "description": "Self-contained HTML document (UTF-8, up to 1 MiB) with inline CSS. No JavaScript, iframes, forms, <link>, external or relative resources: scripting is disabled and document requests are intercepted/aborted in an offline browser context, not process-wide OS egress isolation. The Chromium sandbox is disabled; process isolation is a deployment concern. Embed images and fonts as data: URIs (png, jpeg, gif, webp, svg, woff/woff2/ttf/otf). Output is A4, up to 20 pages / 10 MiB on successful return, with a 10-second application-level render watchdog budget. Launch, shutdown and cleanup can extend elapsed call time; this is not a hard process-lifetime bound. Page and PDF-byte limits are checked after PDF allocation and do not bound peak memory or CPU.",
                "maxLength": 1048576,
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "html"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "bytes": {
                "description": "Size of the PDF in bytes.",
                "type": "integer"
              },
              "expiresAt": {
                "description": "Seven-day deletion eligibility, not an exact public-access cutoff. Daily cleanup and asynchronous S3 lifecycle deletion may run later; cached responses can persist. No hard deletion deadline is guaranteed. PDF render artifacts are not renewable.",
                "format": "date-time",
                "type": "string"
              },
              "id": {
                "description": "Munition render id.",
                "type": "string"
              },
              "pages": {
                "description": "Number of A4 pages in the PDF.",
                "type": "integer"
              },
              "publicUrl": {
                "description": "Non-guessable public files.munition.io URL of the rendered PDF; do not render confidential content. PDF render artifacts are not renewable via direct x402 or MPP upload-renew endpoints, unlike ordinary uploads.",
                "format": "uri",
                "type": "string"
              },
              "renderMs": {
                "description": "Server-side render time in milliseconds.",
                "type": "integer"
              },
              "sha256": {
                "description": "Lowercase hex SHA-256 of the PDF bytes.",
                "type": "string"
              }
            },
            "required": [
              "id",
              "publicUrl",
              "expiresAt",
              "bytes",
              "pages",
              "sha256",
              "renderMs"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "a1a771cdcb706fa3ceaf8f2eae9106a551ca1b67a33e9e3a3b40ff89b98375c4",
  "service_id": "9a5fb3ed8659c8dd1a4f3a43a7ca64a1caddf768256377393870e9248b88fe0e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T07:30:18.511Z",
  "url": "https://api.munition.io/v1/render/pdf",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Google Shopping: x402-paid Google Shopping results for AI agents via Serper. Pay 0.004 USDC per query for products with price, seller, rating and link — useful for price comparison and product research.
https://api.munition.io/v1/serper/shopping
NetworkAdvertised amountBillingPayee
eip155:84530.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:1374000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:421614000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp4000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Google Shopping: x402-paid Google Shopping results for AI agents via Serper. Pay 0.004 USDC per query for products with price, seller, rating and link — useful for price comparison and product research.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "gl": {
                "default": "us",
                "description": "Country code (gl), e.g. us, fr, de.",
                "type": "string"
              },
              "hl": {
                "default": "en",
                "description": "Interface language (hl), e.g. en, fr.",
                "type": "string"
              },
              "num": {
                "default": 10,
                "maximum": 100,
                "minimum": 1,
                "type": "integer"
              },
              "page": {
                "default": 1,
                "maximum": 10,
                "minimum": 1,
                "type": "integer"
              },
              "q": {
                "description": "Google query.",
                "maxLength": 1000,
                "minLength": 1,
                "type": "string"
              },
              "tbs": {
                "description": "Time filter, e.g. qdr:d, qdr:w, qdr:m, qdr:y.",
                "type": "string"
              }
            },
            "required": [
              "q"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "meta": {
                "properties": {
                  "resultCount": {
                    "type": "integer"
                  },
                  "searchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "resultCount",
                  "searchedAt"
                ],
                "type": "object"
              },
              "query": {
                "type": "string"
              },
              "shopping": {
                "items": {
                  "properties": {
                    "imageUrl": {
                      "type": "string"
                    },
                    "link": {
                      "type": "string"
                    },
                    "position": {
                      "type": "integer"
                    },
                    "price": {
                      "type": "string"
                    },
                    "rating": {
                      "type": "number"
                    },
                    "ratingCount": {
                      "type": "integer"
                    },
                    "source": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "required": [
              "query",
              "shopping",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.004",
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "bffe1a36e201075611a06f3758f2af78850ba88bb07c3ed56ee0d0d36d33f93c",
  "service_id": "c83ba645279c86186c2f73d99e710a96e7b687a60143f286ff9a1c9c0f56d727",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T09:53:55.499Z",
  "url": "https://api.munition.io/v1/serper/shopping",
  "usage_rights": "not_reviewed"
}
api.munition.ioMunition Google News: x402-paid Google News results for AI agents via Serper. Pay 0.004 USDC per query for recent articles (title, link, source, date, snippet) with country, language and time filters.
https://api.munition.io/v1/serper/news
NetworkAdvertised amountBillingPayee
eip155:84530.004 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:1374000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
eip155:421614000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp4000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactCawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo
Source and evidence
{
  "description": "Munition Google News: x402-paid Google News results for AI agents via Serper. Pay 0.004 USDC per query for recent articles (title, link, source, date, snippet) with country, language and time filters.",
  "domain": "api.munition.io",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "gl": {
                "default": "us",
                "description": "Country code (gl), e.g. us, fr, de.",
                "type": "string"
              },
              "hl": {
                "default": "en",
                "description": "Interface language (hl), e.g. en, fr.",
                "type": "string"
              },
              "num": {
                "default": 10,
                "maximum": 100,
                "minimum": 1,
                "type": "integer"
              },
              "page": {
                "default": 1,
                "maximum": 10,
                "minimum": 1,
                "type": "integer"
              },
              "q": {
                "description": "Google query.",
                "maxLength": 1000,
                "minLength": 1,
                "type": "string"
              },
              "tbs": {
                "description": "Time filter, e.g. qdr:d, qdr:w, qdr:m, qdr:y.",
                "type": "string"
              }
            },
            "required": [
              "q"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "meta": {
                "properties": {
                  "resultCount": {
                    "type": "integer"
                  },
                  "searchedAt": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "resultCount",
                  "searchedAt"
                ],
                "type": "object"
              },
              "news": {
                "items": {
                  "properties": {
                    "date": {
                      "type": "string"
                    },
                    "imageUrl": {
                      "type": "string"
                    },
                    "link": {
                      "format": "uri",
                      "type": "string"
                    },
                    "position": {
                      "type": "integer"
                    },
                    "snippet": {
                      "type": "string"
                    },
                    "source": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "title",
                    "link"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "query": {
                "type": "string"
              }
            },
            "required": [
              "query",
              "news",
              "meta"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.004",
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:137",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:42161",
      "pay_to": "0x54d6C2C08e10F1a1d3dA88dF513bbE9BCf1A4aFa",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "4000",
      "amount_encoding": "atomic_units",
      "amount_raw": "4000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
        "name": "USDC"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "CawPXxATKM9iBPc2o6FRzu9LbvzZWcepD9akwZkbDyDo",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "4dfc4f23121f9293298d250956ed4471139d6f03ff1db5cd51e9f00dd6bd892b",
  "service_id": "e1fb6a0b3bc68b4f67cb591f19b7a0a552b70dbd98d5512e324d25c33ff495d5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T09:53:51.474Z",
  "url": "https://api.munition.io/v1/serper/news",
  "usage_rights": "not_reviewed"
}

Outcome evidence starts with your workflow.

Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.

Discuss an outcome integration
Collection coverage

Discovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.

1,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.

43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.

Collection status JSON