Market Sentiment API
Pay-per-request sentiment analysis for tokenized markets.
Browse x402-enabled APIs that agents can discover, purchase, and consume directly on Robinhood Chain. Payments settle in USDG through Canopy Facilitator.
/discovery.Pay-per-request sentiment analysis for tokenized markets.
Starter services are operated by Canopy to demonstrate end-to-end x402 payments.
An agent finds a service through the Canopy registry.
The agent calls the protected endpoint and receives payment requirements.
The agent signs an exact USDG payment through exact-permit2-v2.
Canopy verifies and settles the payment, then the provider returns the resource.
List an x402-enabled API and make it discoverable across Robinhood Chain through Canopy’s machine-readable service registry. Canopy validates the live payment requirements before publishing the listing.
curl -X POST https://facilitator.canopyfinance.io/discovery/register \
-H "Authorization: Bearer <API_KEY>" -H "Content-Type: application/json" \
-d '{"name":"My API","description":"What it does",
"resourceUrl":"https://api.example.com/paid","provider":"Acme",
"category":"data","tags":["ai"],"price":{"amount":"10000"},
"payTo":"0xYourAddress"}'
Browse services through the interface or query the same registry programmatically through the Canopy Discovery API.
Services are operated by independent providers unless identified as Canopy services. Endpoint verification confirms payment metadata at the time of checking and does not constitute an audit, endorsement, or guarantee. Only interact with paid endpoints you trust.
Funded by Canopy for demonstration. The payment is real and settles onchain. No visitor funds are used.