If you sell
Add one line. Get paid per request, and get found the first time someone pays.
app.use(x402({
facilitator: "https://facilitator.walras.space",
network: "stellar:testnet",
routes: { "GET /v1/forecast": { price: "$0.01" } },
}));app.add_middleware(
X402Middleware,
facilitator="https://facilitator.walras.space",
network="stellar:testnet",
routes={"GET /v1/forecast": {"price": "$0.01"}},
)