{
  "x402Version": 2,
  "items": [
    {
      "resource": "https://mcp.stellarsight.example/mcp",
      "type": "mcp",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
          "amount": "100",
          "payTo": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-17T06:35:58.572Z",
      "description": "Search the STELLARSIGHT bazaar catalog for paid x402 resources on Stellar by natural-language description, returning ranked results with pricing.",
      "serviceName": "STELLARSIGHT Catalog MCP",
      "tags": [
        "mcp",
        "discovery",
        "search",
        "x402",
        "tools"
      ],
      "iconUrl": "https://cdn.stellarsight.build/icons/stellarsight.svg",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "mcp",
              "toolName": "search_catalog",
              "transport": "streamable-http",
              "description": "Find paid APIs and MCP tools matching a natural-language need.",
              "inputSchema": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "type": "object",
                "properties": {
                  "query": {
                    "type": "string",
                    "description": "Natural-language description of the capability you need."
                  },
                  "maxPrice": {
                    "type": "string",
                    "description": "Optional ceiling on maxAmountRequired, in stroops."
                  }
                },
                "required": [
                  "query"
                ]
              },
              "example": {
                "query": "convert dollars to reais"
              }
            },
            "output": {
              "type": "json",
              "format": "search-results",
              "example": {
                "items": [],
                "total": 0
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "query": {
                "type": "string",
                "description": "Natural-language description of the capability you need."
              },
              "maxPrice": {
                "type": "string",
                "description": "Optional ceiling on maxAmountRequired, in stroops."
              }
            },
            "required": [
              "query"
            ]
          }
        }
      },
      "id": "https://mcp.stellarsight.example/mcp#search_catalog",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
      "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
      "maxAmountRequired": "100",
      "input": {
        "type": "mcp",
        "toolName": "search_catalog",
        "transport": "streamable-http",
        "description": "Find paid APIs and MCP tools matching a natural-language need.",
        "inputSchema": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "type": "object",
          "properties": {
            "query": {
              "type": "string",
              "description": "Natural-language description of the capability you need."
            },
            "maxPrice": {
              "type": "string",
              "description": "Optional ceiling on maxAmountRequired, in stroops."
            }
          },
          "required": [
            "query"
          ]
        },
        "example": {
          "query": "convert dollars to reais"
        }
      },
      "output": {
        "type": "json",
        "format": "search-results",
        "example": {
          "items": [],
          "total": 0
        }
      },
      "seeded": true,
      "lastSeenAt": 1786948558572,
      "firstSeenAt": 1786948558572,
      "settlements": 0
    },
    {
      "resource": "https://api.fxrates.example/v1/fx/usd-brl",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
          "amount": "2500",
          "payTo": "GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-17T05:23:58.572Z",
      "description": "Real-time USD to BRL exchange rate with mid, bid and ask prices, sourced from an aggregate of Brazilian interbank venues and refreshed every 5 seconds.",
      "serviceName": "USD/BRL FX Rate",
      "tags": [
        "fx",
        "forex",
        "brl",
        "rates",
        "market-data"
      ],
      "iconUrl": "https://cdn.stellarsight.build/icons/fx.svg",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "GET",
              "queryParams": {
                "amount": "100",
                "side": "mid"
              },
              "schema": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "type": "object",
                "properties": {
                  "amount": {
                    "type": "string",
                    "description": "Notional amount in USD to convert, decimal string."
                  },
                  "side": {
                    "type": "string",
                    "description": "Which side of the book to quote: mid, bid or ask."
                  }
                },
                "required": []
              }
            },
            "output": {
              "type": "json",
              "format": "quote",
              "example": {
                "pair": "USDBRL",
                "mid": "5.4312",
                "asOf": "2026-08-06T12:00:00Z"
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "amount": {
                "type": "string",
                "description": "Notional amount in USD to convert, decimal string."
              },
              "side": {
                "type": "string",
                "description": "Which side of the book to quote: mid, bid or ask."
              }
            },
            "required": []
          }
        }
      },
      "id": "https://api.fxrates.example/v1/fx/usd-brl",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H",
      "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
      "maxAmountRequired": "2500",
      "input": {
        "type": "http",
        "method": "GET",
        "queryParams": {
          "amount": "100",
          "side": "mid"
        },
        "schema": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "type": "object",
          "properties": {
            "amount": {
              "type": "string",
              "description": "Notional amount in USD to convert, decimal string."
            },
            "side": {
              "type": "string",
              "description": "Which side of the book to quote: mid, bid or ask."
            }
          },
          "required": []
        }
      },
      "output": {
        "type": "json",
        "format": "quote",
        "example": {
          "pair": "USDBRL",
          "mid": "5.4312",
          "asOf": "2026-08-06T12:00:00Z"
        }
      },
      "seeded": true,
      "lastSeenAt": 1786944238572,
      "firstSeenAt": 1786944238572,
      "settlements": 0
    },
    {
      "resource": "https://mcp.stellartools.example/mcp",
      "type": "mcp",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
          "amount": "3500",
          "payTo": "GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-17T04:11:58.572Z",
      "description": "Submit a signed Stellar transaction envelope to the network and wait for its inclusion result. Exposed as an MCP tool for autonomous agents.",
      "serviceName": "Stellar Tools MCP",
      "tags": [
        "mcp",
        "stellar",
        "transactions",
        "tools"
      ],
      "iconUrl": "https://cdn.stellarsight.build/icons/mcp.svg",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "mcp",
              "toolName": "submit_transaction",
              "transport": "streamable-http",
              "description": "Submit a signed transaction envelope to the Stellar network.",
              "inputSchema": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "type": "object",
                "properties": {
                  "envelopeXdr": {
                    "type": "string",
                    "description": "Base64-encoded signed transaction envelope XDR."
                  },
                  "waitForResult": {
                    "type": "boolean",
                    "description": "Block until the transaction is included in a ledger."
                  }
                },
                "required": [
                  "envelopeXdr"
                ]
              },
              "example": {
                "envelopeXdr": "AAAAAgAAAA...",
                "waitForResult": true
              }
            },
            "output": {
              "type": "json",
              "format": "transaction-result",
              "example": {
                "hash": "abc123",
                "successful": true
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "envelopeXdr": {
                "type": "string",
                "description": "Base64-encoded signed transaction envelope XDR."
              },
              "waitForResult": {
                "type": "boolean",
                "description": "Block until the transaction is included in a ledger."
              }
            },
            "required": [
              "envelopeXdr"
            ]
          }
        }
      },
      "id": "https://mcp.stellartools.example/mcp#submit_transaction",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H",
      "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
      "maxAmountRequired": "3500",
      "input": {
        "type": "mcp",
        "toolName": "submit_transaction",
        "transport": "streamable-http",
        "description": "Submit a signed transaction envelope to the Stellar network.",
        "inputSchema": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "type": "object",
          "properties": {
            "envelopeXdr": {
              "type": "string",
              "description": "Base64-encoded signed transaction envelope XDR."
            },
            "waitForResult": {
              "type": "boolean",
              "description": "Block until the transaction is included in a ledger."
            }
          },
          "required": [
            "envelopeXdr"
          ]
        },
        "example": {
          "envelopeXdr": "AAAAAgAAAA...",
          "waitForResult": true
        }
      },
      "output": {
        "type": "json",
        "format": "transaction-result",
        "example": {
          "hash": "abc123",
          "successful": true
        }
      },
      "seeded": true,
      "lastSeenAt": 1786939918572,
      "firstSeenAt": 1786939918572,
      "settlements": 0
    },
    {
      "resource": "https://stellarsight.xyz/v1/ocr/nota-fiscal",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CAYCPWN5YZEHKPGZOXGU3O7R2Q5H7LT7SZ45YIO26VMFM47VBUHOGPO2",
          "amount": "500000",
          "payTo": "GCWHOZD7PS6EJOJ3EEGDVWPWQKU7RCKRK6WTTQPI5Q3TGX7XLH7GKG3O",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-17T03:13:29.752Z",
      "description": "Invoice OCR — Brazilian electronic invoice (NF-e), returning structured line items and totals.",
      "serviceName": "stellarsight-ocr",
      "tags": [
        "ocr",
        "invoice",
        "nfe",
        "brazil",
        "document"
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {},
            "output": {
              "type": "json"
            }
          }
        }
      },
      "id": "https://stellarsight.xyz/v1/ocr/nota-fiscal",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GCWHOZD7PS6EJOJ3EEGDVWPWQKU7RCKRK6WTTQPI5Q3TGX7XLH7GKG3O",
      "asset": "CAYCPWN5YZEHKPGZOXGU3O7R2Q5H7LT7SZ45YIO26VMFM47VBUHOGPO2",
      "maxAmountRequired": "500000",
      "input": {},
      "output": {
        "type": "json"
      },
      "lastSeenAt": 1786936409752,
      "firstSeenAt": 1786936409752,
      "settlements": 1
    },
    {
      "resource": "https://stellarsight.xyz/v1/fx/usd-brl",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CAYCPWN5YZEHKPGZOXGU3O7R2Q5H7LT7SZ45YIO26VMFM47VBUHOGPO2",
          "amount": "100000",
          "payTo": "GCWHOZD7PS6EJOJ3EEGDVWPWQKU7RCKRK6WTTQPI5Q3TGX7XLH7GKG3O",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-17T03:13:24.843Z",
      "description": "USD/BRL exchange rate with bid, ask and mid price.",
      "serviceName": "stellarsight-fx",
      "tags": [
        "fx",
        "forex",
        "usd",
        "brl",
        "quote"
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {},
            "output": {
              "type": "json"
            }
          }
        }
      },
      "id": "https://stellarsight.xyz/v1/fx/usd-brl",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GCWHOZD7PS6EJOJ3EEGDVWPWQKU7RCKRK6WTTQPI5Q3TGX7XLH7GKG3O",
      "asset": "CAYCPWN5YZEHKPGZOXGU3O7R2Q5H7LT7SZ45YIO26VMFM47VBUHOGPO2",
      "maxAmountRequired": "100000",
      "input": {},
      "output": {
        "type": "json"
      },
      "lastSeenAt": 1786936404843,
      "firstSeenAt": 1786936404843,
      "settlements": 1
    },
    {
      "resource": "https://stellarsight.xyz/v1/cep/:cep",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CAYCPWN5YZEHKPGZOXGU3O7R2Q5H7LT7SZ45YIO26VMFM47VBUHOGPO2",
          "amount": "50000",
          "payTo": "GCWHOZD7PS6EJOJ3EEGDVWPWQKU7RCKRK6WTTQPI5Q3TGX7XLH7GKG3O",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-17T03:13:17.028Z",
      "description": "Brazilian postal code lookup returning street, neighborhood, city and state.",
      "serviceName": "stellarsight-postal",
      "tags": [
        "postal-code",
        "address",
        "brazil",
        "geocoding",
        "lookup"
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "queryParams": {
                "cep": "01310100"
              },
              "pathParams": {
                "cep": "01310100"
              },
              "method": "GET"
            },
            "output": {
              "type": "json",
              "example": {
                "postalCode": "01310-100",
                "street": "Avenida Paulista",
                "neighborhood": "Bela Vista",
                "city": "Sao Paulo",
                "state": "SP",
                "country": "BR"
              }
            }
          },
          "routeTemplate": "/v1/cep/:cep"
        }
      },
      "id": "https://stellarsight.xyz/v1/cep/:cep",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GCWHOZD7PS6EJOJ3EEGDVWPWQKU7RCKRK6WTTQPI5Q3TGX7XLH7GKG3O",
      "asset": "CAYCPWN5YZEHKPGZOXGU3O7R2Q5H7LT7SZ45YIO26VMFM47VBUHOGPO2",
      "maxAmountRequired": "50000",
      "input": {
        "type": "http",
        "queryParams": {
          "cep": "01310100"
        },
        "pathParams": {
          "cep": "01310100"
        },
        "method": "GET"
      },
      "output": {
        "type": "json",
        "example": {
          "postalCode": "01310-100",
          "street": "Avenida Paulista",
          "neighborhood": "Bela Vista",
          "city": "Sao Paulo",
          "state": "SP",
          "country": "BR"
        }
      },
      "routeTemplate": "/v1/cep/:cep",
      "lastSeenAt": 1786936397028,
      "firstSeenAt": 1786936397028,
      "settlements": 1
    },
    {
      "resource": "https://api.addresses.example/v1/postal-code/01310930",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
          "amount": "800",
          "payTo": "GDQNY3PBOJOKYZSRMK2S7LHHGWZIUISD4QORETLMXEWXBI7KFZZMKTL3",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-17T02:59:58.572Z",
      "description": "Resolve a Brazilian postal code (CEP) to a full street address including street, neighbourhood, city, state and IBGE municipality code.",
      "serviceName": "Brazilian Postal Code Lookup",
      "tags": [
        "postal-code",
        "address",
        "lookup",
        "brazil",
        "geo"
      ],
      "iconUrl": "https://cdn.stellarsight.build/icons/address.svg",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "GET",
              "pathParams": {
                "cep": "01310930"
              },
              "schema": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "type": "object",
                "properties": {
                  "cep": {
                    "type": "string",
                    "description": "Eight-digit Brazilian postal code, digits only, no hyphen."
                  }
                },
                "required": [
                  "cep"
                ]
              }
            },
            "output": {
              "type": "json",
              "format": "address",
              "example": {
                "street": "Avenida Paulista",
                "city": "Sao Paulo",
                "state": "SP",
                "ibge": "3550308"
              }
            }
          },
          "routeTemplate": "/v1/postal-code/:cep",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "cep": {
                "type": "string",
                "description": "Eight-digit Brazilian postal code, digits only, no hyphen."
              }
            },
            "required": [
              "cep"
            ]
          }
        }
      },
      "id": "https://api.addresses.example/v1/postal-code/01310930",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GDQNY3PBOJOKYZSRMK2S7LHHGWZIUISD4QORETLMXEWXBI7KFZZMKTL3",
      "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
      "maxAmountRequired": "800",
      "input": {
        "type": "http",
        "method": "GET",
        "pathParams": {
          "cep": "01310930"
        },
        "schema": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "type": "object",
          "properties": {
            "cep": {
              "type": "string",
              "description": "Eight-digit Brazilian postal code, digits only, no hyphen."
            }
          },
          "required": [
            "cep"
          ]
        }
      },
      "output": {
        "type": "json",
        "format": "address",
        "example": {
          "street": "Avenida Paulista",
          "city": "Sao Paulo",
          "state": "SP",
          "ibge": "3550308"
        }
      },
      "routeTemplate": "/v1/postal-code/:cep",
      "seeded": true,
      "lastSeenAt": 1786935598572,
      "firstSeenAt": 1786935598572,
      "settlements": 0
    },
    {
      "resource": "https://mcp.stellartools.example/mcp",
      "type": "mcp",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
          "amount": "1800",
          "payTo": "GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-17T01:47:58.572Z",
      "description": "Simulate a Soroban contract invocation without submitting it, returning the predicted return value, footprint and resource fee.",
      "serviceName": "Stellar Tools MCP",
      "tags": [
        "mcp",
        "stellar",
        "soroban",
        "simulation",
        "tools"
      ],
      "iconUrl": "https://cdn.stellarsight.build/icons/mcp.svg",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "mcp",
              "toolName": "simulate_contract",
              "transport": "streamable-http",
              "description": "Simulate a Soroban contract call and return the predicted result.",
              "inputSchema": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "type": "object",
                "properties": {
                  "contractId": {
                    "type": "string",
                    "description": "Contract identifier starting with C."
                  },
                  "method": {
                    "type": "string",
                    "description": "Contract method name to invoke."
                  },
                  "args": {
                    "type": "array",
                    "description": "Positional arguments passed to the contract method."
                  }
                },
                "required": [
                  "contractId",
                  "method"
                ]
              }
            },
            "output": {
              "type": "json",
              "format": "simulation",
              "example": {
                "cost": {
                  "cpuInsns": "918273"
                }
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "contractId": {
                "type": "string",
                "description": "Contract identifier starting with C."
              },
              "method": {
                "type": "string",
                "description": "Contract method name to invoke."
              },
              "args": {
                "type": "array",
                "description": "Positional arguments passed to the contract method."
              }
            },
            "required": [
              "contractId",
              "method"
            ]
          }
        }
      },
      "id": "https://mcp.stellartools.example/mcp#simulate_contract",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H",
      "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
      "maxAmountRequired": "1800",
      "input": {
        "type": "mcp",
        "toolName": "simulate_contract",
        "transport": "streamable-http",
        "description": "Simulate a Soroban contract call and return the predicted result.",
        "inputSchema": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "type": "object",
          "properties": {
            "contractId": {
              "type": "string",
              "description": "Contract identifier starting with C."
            },
            "method": {
              "type": "string",
              "description": "Contract method name to invoke."
            },
            "args": {
              "type": "array",
              "description": "Positional arguments passed to the contract method."
            }
          },
          "required": [
            "contractId",
            "method"
          ]
        }
      },
      "output": {
        "type": "json",
        "format": "simulation",
        "example": {
          "cost": {
            "cpuInsns": "918273"
          }
        }
      },
      "seeded": true,
      "lastSeenAt": 1786931278572,
      "firstSeenAt": 1786931278572,
      "settlements": 0
    },
    {
      "resource": "https://api.fxrates.example/v1/fx/usdc-brl",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
          "amount": "2500",
          "payTo": "GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-17T00:35:58.572Z",
      "description": "USDC to BRL conversion rate for on-chain settlement, cross-checked against a Reflector oracle feed and the offshore USD/BRL curve.",
      "serviceName": "USDC/BRL Stablecoin Rate",
      "tags": [
        "fx",
        "stablecoin",
        "usdc",
        "brl",
        "oracle"
      ],
      "iconUrl": "https://cdn.stellarsight.build/icons/usdc.svg",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "GET",
              "queryParams": {
                "amount": "1000"
              },
              "schema": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "type": "object",
                "properties": {
                  "amount": {
                    "type": "string",
                    "description": "Notional amount in USDC to convert."
                  }
                },
                "required": []
              }
            },
            "output": {
              "type": "json",
              "format": "quote",
              "example": {
                "pair": "USDCBRL",
                "mid": "5.4410"
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "amount": {
                "type": "string",
                "description": "Notional amount in USDC to convert."
              }
            },
            "required": []
          }
        }
      },
      "id": "https://api.fxrates.example/v1/fx/usdc-brl",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H",
      "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
      "maxAmountRequired": "2500",
      "input": {
        "type": "http",
        "method": "GET",
        "queryParams": {
          "amount": "1000"
        },
        "schema": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "type": "object",
          "properties": {
            "amount": {
              "type": "string",
              "description": "Notional amount in USDC to convert."
            }
          },
          "required": []
        }
      },
      "output": {
        "type": "json",
        "format": "quote",
        "example": {
          "pair": "USDCBRL",
          "mid": "5.4410"
        }
      },
      "seeded": true,
      "lastSeenAt": 1786926958572,
      "firstSeenAt": 1786926958572,
      "settlements": 0
    },
    {
      "resource": "https://api.payments.example/v1/pix/validate",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
          "amount": "1500",
          "payTo": "GDQNY3PBOJOKYZSRMK2S7LHHGWZIUISD4QORETLMXEWXBI7KFZZMKTL3",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-16T22:11:58.572Z",
      "description": "Validate a PIX key and resolve it to the masked account holder name and institution, so an agent can confirm a payee before initiating a transfer.",
      "serviceName": "PIX Identifier Validation",
      "tags": [
        "pix",
        "payments",
        "validation",
        "identity",
        "brazil"
      ],
      "iconUrl": "https://cdn.stellarsight.build/icons/pix.svg",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "key": "agent@example.com",
                "keyType": "email"
              },
              "schema": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "type": "object",
                "properties": {
                  "key": {
                    "type": "string",
                    "description": "The PIX key to validate: email, phone, tax id or random key."
                  },
                  "keyType": {
                    "type": "string",
                    "description": "Declared key type, used to pick the validation rules."
                  }
                },
                "required": [
                  "key"
                ]
              }
            },
            "output": {
              "type": "json",
              "format": "payee",
              "example": {
                "holder": "M**** S****",
                "bank": "Banco Example"
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "key": {
                "type": "string",
                "description": "The PIX key to validate: email, phone, tax id or random key."
              },
              "keyType": {
                "type": "string",
                "description": "Declared key type, used to pick the validation rules."
              }
            },
            "required": [
              "key"
            ]
          }
        }
      },
      "id": "https://api.payments.example/v1/pix/validate",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GDQNY3PBOJOKYZSRMK2S7LHHGWZIUISD4QORETLMXEWXBI7KFZZMKTL3",
      "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
      "maxAmountRequired": "1500",
      "input": {
        "type": "http",
        "method": "POST",
        "bodyType": "json",
        "body": {
          "key": "agent@example.com",
          "keyType": "email"
        },
        "schema": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "type": "object",
          "properties": {
            "key": {
              "type": "string",
              "description": "The PIX key to validate: email, phone, tax id or random key."
            },
            "keyType": {
              "type": "string",
              "description": "Declared key type, used to pick the validation rules."
            }
          },
          "required": [
            "key"
          ]
        }
      },
      "output": {
        "type": "json",
        "format": "payee",
        "example": {
          "holder": "M**** S****",
          "bank": "Banco Example"
        }
      },
      "seeded": true,
      "lastSeenAt": 1786918318572,
      "firstSeenAt": 1786918318572,
      "settlements": 0
    },
    {
      "resource": "https://oracle.reflector.example/v1/price/xlm",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
          "amount": "1200",
          "payTo": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-16T19:47:58.572Z",
      "description": "Signed XLM spot price from the Reflector oracle network, suitable for on-chain consumption by Soroban contracts.",
      "serviceName": "Reflector XLM Price Feed",
      "tags": [
        "oracle",
        "price-feed",
        "stellar",
        "xlm"
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "GET",
              "queryParams": {
                "quote": "USD"
              }
            },
            "output": {
              "type": "json",
              "format": "signed-price"
            }
          }
        }
      },
      "id": "https://oracle.reflector.example/v1/price/xlm",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
      "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
      "maxAmountRequired": "1200",
      "input": {
        "type": "http",
        "method": "GET",
        "queryParams": {
          "quote": "USD"
        }
      },
      "output": {
        "type": "json",
        "format": "signed-price"
      },
      "seeded": true,
      "lastSeenAt": 1786909678572,
      "firstSeenAt": 1786909678572,
      "settlements": 0
    },
    {
      "resource": "https://api.weather.example/v1/forecast",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
          "amount": "700",
          "payTo": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-16T17:23:58.572Z",
      "description": "Seven-day weather forecast for any Brazilian municipality, including temperature range, precipitation probability and a severe-weather alert flag.",
      "serviceName": "Weather Forecast",
      "tags": [
        "weather",
        "forecast",
        "climate",
        "brazil"
      ],
      "iconUrl": "https://cdn.stellarsight.build/icons/weather.svg",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "GET",
              "queryParams": {
                "city": "Sao Paulo",
                "days": "7"
              },
              "schema": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "type": "object",
                "properties": {
                  "city": {
                    "type": "string",
                    "description": "Municipality name or IBGE code to forecast for."
                  },
                  "days": {
                    "type": "string",
                    "description": "Number of forecast days to return, 1 to 7."
                  }
                },
                "required": [
                  "city"
                ]
              }
            },
            "output": {
              "type": "json",
              "format": "forecast",
              "example": {
                "day": "2026-08-07",
                "tempMinC": 14,
                "tempMaxC": 23
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "city": {
                "type": "string",
                "description": "Municipality name or IBGE code to forecast for."
              },
              "days": {
                "type": "string",
                "description": "Number of forecast days to return, 1 to 7."
              }
            },
            "required": [
              "city"
            ]
          }
        }
      },
      "id": "https://api.weather.example/v1/forecast",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
      "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
      "maxAmountRequired": "700",
      "input": {
        "type": "http",
        "method": "GET",
        "queryParams": {
          "city": "Sao Paulo",
          "days": "7"
        },
        "schema": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "type": "object",
          "properties": {
            "city": {
              "type": "string",
              "description": "Municipality name or IBGE code to forecast for."
            },
            "days": {
              "type": "string",
              "description": "Number of forecast days to return, 1 to 7."
            }
          },
          "required": [
            "city"
          ]
        }
      },
      "output": {
        "type": "json",
        "format": "forecast",
        "example": {
          "day": "2026-08-07",
          "tempMinC": 14,
          "tempMaxC": 23
        }
      },
      "seeded": true,
      "lastSeenAt": 1786901038572,
      "firstSeenAt": 1786901038572,
      "settlements": 0
    },
    {
      "resource": "https://api.chaindata.example/v1/account/GABC/balances",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
          "amount": "500",
          "payTo": "GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-16T14:59:58.572Z",
      "description": "Current balances for a Stellar account across every trustline, with SAC contract identifiers resolved.",
      "serviceName": "Stellar Account Balances",
      "tags": [
        "stellar",
        "account",
        "balance",
        "blockchain"
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "GET",
              "pathParams": {
                "accountId": "GABC"
              },
              "schema": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "type": "object",
                "properties": {
                  "accountId": {
                    "type": "string",
                    "description": "Stellar public key of the account to inspect."
                  }
                },
                "required": [
                  "accountId"
                ]
              }
            },
            "output": {
              "type": "json",
              "format": "balances"
            }
          },
          "routeTemplate": "/v1/account/:accountId/balances",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "accountId": {
                "type": "string",
                "description": "Stellar public key of the account to inspect."
              }
            },
            "required": [
              "accountId"
            ]
          }
        }
      },
      "id": "https://api.chaindata.example/v1/account/GABC/balances",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H",
      "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
      "maxAmountRequired": "500",
      "input": {
        "type": "http",
        "method": "GET",
        "pathParams": {
          "accountId": "GABC"
        },
        "schema": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "type": "object",
          "properties": {
            "accountId": {
              "type": "string",
              "description": "Stellar public key of the account to inspect."
            }
          },
          "required": [
            "accountId"
          ]
        }
      },
      "output": {
        "type": "json",
        "format": "balances"
      },
      "routeTemplate": "/v1/account/:accountId/balances",
      "seeded": true,
      "lastSeenAt": 1786892398572,
      "firstSeenAt": 1786892398572,
      "settlements": 0
    },
    {
      "resource": "https://api.documents.example/v1/invoice-ocr",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
          "amount": "15000",
          "payTo": "GDQNY3PBOJOKYZSRMK2S7LHHGWZIUISD4QORETLMXEWXBI7KFZZMKTL3",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-16T12:35:58.572Z",
      "description": "Optical character recognition tuned for the Brazilian nota fiscal layout. Extracts issuer, recipient, line items, tax breakdown and the 44-digit access key from a scanned invoice.",
      "serviceName": "Invoice OCR",
      "tags": [
        "ocr",
        "invoice",
        "documents",
        "tax",
        "extraction"
      ],
      "iconUrl": "https://cdn.stellarsight.build/icons/ocr.svg",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "imageUrl": "https://files.example/invoice.pdf",
                "language": "pt"
              },
              "schema": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "type": "object",
                "properties": {
                  "imageUrl": {
                    "type": "string",
                    "description": "Publicly reachable URL of the invoice image or PDF to process."
                  },
                  "language": {
                    "type": "string",
                    "description": "Document language hint used to select the OCR model."
                  }
                },
                "required": [
                  "imageUrl"
                ]
              }
            },
            "output": {
              "type": "json",
              "format": "invoice",
              "example": {
                "accessKey": "35260812345678000190550010000000011000000017",
                "total": "1284.90"
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "imageUrl": {
                "type": "string",
                "description": "Publicly reachable URL of the invoice image or PDF to process."
              },
              "language": {
                "type": "string",
                "description": "Document language hint used to select the OCR model."
              }
            },
            "required": [
              "imageUrl"
            ]
          }
        }
      },
      "id": "https://api.documents.example/v1/invoice-ocr",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GDQNY3PBOJOKYZSRMK2S7LHHGWZIUISD4QORETLMXEWXBI7KFZZMKTL3",
      "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
      "maxAmountRequired": "15000",
      "input": {
        "type": "http",
        "method": "POST",
        "bodyType": "json",
        "body": {
          "imageUrl": "https://files.example/invoice.pdf",
          "language": "pt"
        },
        "schema": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "type": "object",
          "properties": {
            "imageUrl": {
              "type": "string",
              "description": "Publicly reachable URL of the invoice image or PDF to process."
            },
            "language": {
              "type": "string",
              "description": "Document language hint used to select the OCR model."
            }
          },
          "required": [
            "imageUrl"
          ]
        }
      },
      "output": {
        "type": "json",
        "format": "invoice",
        "example": {
          "accessKey": "35260812345678000190550010000000011000000017",
          "total": "1284.90"
        }
      },
      "seeded": true,
      "lastSeenAt": 1786883758572,
      "firstSeenAt": 1786883758572,
      "settlements": 0
    },
    {
      "resource": "https://api.translate.example/v1/translate",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
          "amount": "5000",
          "payTo": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-16T10:11:58.572Z",
      "description": "Neural machine translation across major languages, tuned for financial and legal register with terminology consistency across a document.",
      "serviceName": "Neural Translation",
      "tags": [
        "translation",
        "nlp",
        "language",
        "ai"
      ],
      "iconUrl": "https://cdn.stellarsight.build/icons/translate.svg",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "text": "A liquidation was confirmed.",
                "source": "auto",
                "target": "en"
              },
              "schema": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "type": "object",
                "properties": {
                  "text": {
                    "type": "string",
                    "description": "The source text to translate, up to 8000 characters."
                  },
                  "source": {
                    "type": "string",
                    "description": "Source language code; omit to auto-detect."
                  },
                  "target": {
                    "type": "string",
                    "description": "Target language code to translate into."
                  }
                },
                "required": [
                  "text",
                  "target"
                ]
              }
            },
            "output": {
              "type": "json",
              "format": "translation",
              "example": {
                "text": "The settlement was confirmed."
              }
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "text": {
                "type": "string",
                "description": "The source text to translate, up to 8000 characters."
              },
              "source": {
                "type": "string",
                "description": "Source language code; omit to auto-detect."
              },
              "target": {
                "type": "string",
                "description": "Target language code to translate into."
              }
            },
            "required": [
              "text",
              "target"
            ]
          }
        }
      },
      "id": "https://api.translate.example/v1/translate",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
      "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
      "maxAmountRequired": "5000",
      "input": {
        "type": "http",
        "method": "POST",
        "bodyType": "json",
        "body": {
          "text": "A liquidation was confirmed.",
          "source": "auto",
          "target": "en"
        },
        "schema": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "type": "object",
          "properties": {
            "text": {
              "type": "string",
              "description": "The source text to translate, up to 8000 characters."
            },
            "source": {
              "type": "string",
              "description": "Source language code; omit to auto-detect."
            },
            "target": {
              "type": "string",
              "description": "Target language code to translate into."
            }
          },
          "required": [
            "text",
            "target"
          ]
        }
      },
      "output": {
        "type": "json",
        "format": "translation",
        "example": {
          "text": "The settlement was confirmed."
        }
      },
      "seeded": true,
      "lastSeenAt": 1786875118572,
      "firstSeenAt": 1786875118572,
      "settlements": 0
    },
    {
      "resource": "https://oracle.reflector.example/v1/price/multi",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
          "amount": "4000",
          "payTo": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-16T02:59:58.572Z",
      "description": "Batch price lookup across every asset tracked by the Reflector oracle, with per-asset staleness metadata.",
      "serviceName": "Reflector Multi-Asset Oracle",
      "tags": [
        "oracle",
        "price-feed",
        "stellar"
      ],
      "iconUrl": "https://cdn.stellarsight.build/icons/oracle.svg",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "assets": [
                  "XLM",
                  "USDC",
                  "BTC"
                ]
              }
            },
            "output": {
              "type": "json"
            }
          }
        }
      },
      "id": "https://oracle.reflector.example/v1/price/multi",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
      "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
      "maxAmountRequired": "4000",
      "input": {
        "type": "http",
        "method": "POST",
        "bodyType": "json",
        "body": {
          "assets": [
            "XLM",
            "USDC",
            "BTC"
          ]
        }
      },
      "output": {
        "type": "json"
      },
      "seeded": true,
      "lastSeenAt": 1786849198572,
      "firstSeenAt": 1786849198572,
      "settlements": 0
    },
    {
      "resource": "https://api.registry.example/v1/company/12345678000190",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
          "amount": "3000",
          "payTo": "GCFXHS4GXL6BVUCXBWXGTITROWLVYXQKQLF4YH5O5JT3YZXCYPAFBJZB",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-15T19:47:58.572Z",
      "description": "Look up a Brazilian company by its CNPJ tax identifier and return the registered name, trade name, address, activity codes and registration status.",
      "serviceName": "Company Registry Lookup",
      "tags": [
        "registry",
        "company",
        "lookup",
        "brazil",
        "compliance"
      ],
      "iconUrl": "https://cdn.stellarsight.build/icons/company.svg",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "GET",
              "pathParams": {
                "taxId": "12345678000190"
              },
              "schema": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "type": "object",
                "properties": {
                  "taxId": {
                    "type": "string",
                    "description": "Fourteen-digit CNPJ company tax identifier, digits only."
                  }
                },
                "required": [
                  "taxId"
                ]
              }
            },
            "output": {
              "type": "json",
              "format": "company",
              "example": {
                "name": "Example Trading Ltd",
                "status": "ACTIVE"
              }
            }
          },
          "routeTemplate": "/v1/company/:taxId",
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "taxId": {
                "type": "string",
                "description": "Fourteen-digit CNPJ company tax identifier, digits only."
              }
            },
            "required": [
              "taxId"
            ]
          }
        }
      },
      "id": "https://api.registry.example/v1/company/12345678000190",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GCFXHS4GXL6BVUCXBWXGTITROWLVYXQKQLF4YH5O5JT3YZXCYPAFBJZB",
      "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
      "maxAmountRequired": "3000",
      "input": {
        "type": "http",
        "method": "GET",
        "pathParams": {
          "taxId": "12345678000190"
        },
        "schema": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "type": "object",
          "properties": {
            "taxId": {
              "type": "string",
              "description": "Fourteen-digit CNPJ company tax identifier, digits only."
            }
          },
          "required": [
            "taxId"
          ]
        }
      },
      "output": {
        "type": "json",
        "format": "company",
        "example": {
          "name": "Example Trading Ltd",
          "status": "ACTIVE"
        }
      },
      "routeTemplate": "/v1/company/:taxId",
      "seeded": true,
      "lastSeenAt": 1786823278572,
      "firstSeenAt": 1786823278572,
      "settlements": 0
    },
    {
      "resource": "https://api.antifraud.example/v1/risk-score",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
          "amount": "2200",
          "payTo": "GCFXHS4GXL6BVUCXBWXGTITROWLVYXQKQLF4YH5O5JT3YZXCYPAFBJZB",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-15T07:47:58.572Z",
      "description": "Return a 0-100 fraud risk score for a device fingerprint and transaction context, with the top contributing risk factors.",
      "serviceName": "Device Risk Score",
      "tags": [
        "fraud",
        "risk",
        "security",
        "payments"
      ],
      "iconUrl": "https://cdn.stellarsight.build/icons/risk.svg",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "fingerprint": "a1b2c3",
                "amount": "250.00"
              }
            },
            "output": {
              "type": "json",
              "format": "risk"
            }
          }
        }
      },
      "id": "https://api.antifraud.example/v1/risk-score",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GCFXHS4GXL6BVUCXBWXGTITROWLVYXQKQLF4YH5O5JT3YZXCYPAFBJZB",
      "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
      "maxAmountRequired": "2200",
      "input": {
        "type": "http",
        "method": "POST",
        "bodyType": "json",
        "body": {
          "fingerprint": "a1b2c3",
          "amount": "250.00"
        }
      },
      "output": {
        "type": "json",
        "format": "risk"
      },
      "seeded": true,
      "lastSeenAt": 1786780078572,
      "firstSeenAt": 1786780078572,
      "settlements": 0
    },
    {
      "resource": "https://api.payments.example/v1/pix/qrcode",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
          "amount": "900",
          "payTo": "GDQNY3PBOJOKYZSRMK2S7LHHGWZIUISD4QORETLMXEWXBI7KFZZMKTL3",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-14T19:47:58.572Z",
      "description": "Generate a static or dynamic PIX payment QR code payload conforming to the BR Code standard.",
      "serviceName": "PIX QR Code Generator",
      "tags": [
        "pix",
        "payments",
        "qrcode"
      ],
      "iconUrl": "https://cdn.stellarsight.build/icons/qrcode.svg",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "POST",
              "bodyType": "json",
              "body": {
                "key": "agent@example.com",
                "amount": "49.90"
              }
            },
            "output": {
              "type": "json",
              "format": "brcode"
            }
          }
        }
      },
      "id": "https://api.payments.example/v1/pix/qrcode",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GDQNY3PBOJOKYZSRMK2S7LHHGWZIUISD4QORETLMXEWXBI7KFZZMKTL3",
      "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
      "maxAmountRequired": "900",
      "input": {
        "type": "http",
        "method": "POST",
        "bodyType": "json",
        "body": {
          "key": "agent@example.com",
          "amount": "49.90"
        }
      },
      "output": {
        "type": "json",
        "format": "brcode"
      },
      "seeded": true,
      "lastSeenAt": 1786736878572,
      "firstSeenAt": 1786736878572,
      "settlements": 0
    },
    {
      "resource": "https://api.fxrates.example/v1/fx/history",
      "type": "http",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "stellar:testnet",
          "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
          "amount": "6000",
          "payTo": "GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H",
          "maxTimeoutSeconds": 120,
          "extra": {}
        }
      ],
      "lastUpdated": "2026-08-14T07:47:58.572Z",
      "description": "Daily closing exchange rates for major pairs going back to 2015, returned as a compact time series.",
      "serviceName": "FX Historical Time Series",
      "tags": [
        "fx",
        "timeseries",
        "history"
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "GET",
              "queryParams": {
                "pair": "USDBRL",
                "from": "2026-01-01",
                "to": "2026-08-01"
              },
              "schema": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "type": "object",
                "properties": {
                  "pair": {
                    "type": "string",
                    "description": "Currency pair in ISO 4217 concatenated form, e.g. USDBRL."
                  },
                  "from": {
                    "type": "string",
                    "description": "Inclusive start date, ISO 8601."
                  },
                  "to": {
                    "type": "string",
                    "description": "Inclusive end date, ISO 8601."
                  }
                },
                "required": []
              }
            },
            "output": {
              "type": "json",
              "format": "timeseries"
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "pair": {
                "type": "string",
                "description": "Currency pair in ISO 4217 concatenated form, e.g. USDBRL."
              },
              "from": {
                "type": "string",
                "description": "Inclusive start date, ISO 8601."
              },
              "to": {
                "type": "string",
                "description": "Inclusive end date, ISO 8601."
              }
            },
            "required": []
          }
        }
      },
      "id": "https://api.fxrates.example/v1/fx/history",
      "network": "stellar:testnet",
      "scheme": "exact",
      "payTo": "GBRPYHIL2CI3FNQ4BXLFMNDLFJUNPU2HY3ZMFSHONUCEOASW7QC7OX2H",
      "asset": "CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC",
      "maxAmountRequired": "6000",
      "input": {
        "type": "http",
        "method": "GET",
        "queryParams": {
          "pair": "USDBRL",
          "from": "2026-01-01",
          "to": "2026-08-01"
        },
        "schema": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "type": "object",
          "properties": {
            "pair": {
              "type": "string",
              "description": "Currency pair in ISO 4217 concatenated form, e.g. USDBRL."
            },
            "from": {
              "type": "string",
              "description": "Inclusive start date, ISO 8601."
            },
            "to": {
              "type": "string",
              "description": "Inclusive end date, ISO 8601."
            }
          },
          "required": []
        }
      },
      "output": {
        "type": "json",
        "format": "timeseries"
      },
      "seeded": true,
      "lastSeenAt": 1786693678572,
      "firstSeenAt": 1786693678572,
      "settlements": 0
    }
  ],
  "total": 30,
  "limit": 20,
  "offset": 0,
  "pagination": {
    "limit": 20,
    "offset": 0,
    "total": 30
  }
}
