← Canopy Discovery
AI

Market Sentiment API

Built by Canopy

Pay-per-request sentiment analysis for tokenized markets.

Test payment endpoint Open documentation
Endpoint verified

Canopy fetched a valid live 402 Payment Required response and confirmed the advertised payment requirements match this listing.

Provider not independently verified

The provider has not completed identity or organization verification with Canopy.

Security review not completed

The service implementation has not undergone a Canopy security review or audit.

Overview

Pay-per-request sentiment analysis for tokenized markets.

Integration

import { getSupported, createPermit2Payment, post } from "canopy-facilitator/sdk";

// 1. Discover this service's payment requirements
const res = await fetch("https://facilitator.canopyfinance.io/demo/sentiment");            // → 402 Payment Required
const { accepts } = await res.json();
const req = accepts[0];                                   // exact-permit2-v2 on eip155:4663

// 2. Sign an exact 0.02 USDG Permit2 payment (payer wallet)
const payment = await createPermit2Payment({ requirements: req, signer: wallet });

// 3. Retry with the X-PAYMENT header — Canopy verifies + settles, then the
//    provider returns the resource.
const paid = await fetch("https://facilitator.canopyfinance.io/demo/sentiment", { headers: { "X-PAYMENT": payment } });

Provider

ProviderCanopy Labs (Canopy-operated)
Payee0xed05353C543a9A880c6a1d538425A6Fea8eDE6E4
Tagsai markets

Payment

Price0.02 USDG / request
Atomic20000
Asset0x5fc5…d168
Schemeexact-permit2-v2 v2
Service ID0x1512…d47b
Networkeip155:4663
MethodGET
Responseapplication/json
HealthLive · checked just now

Usage

0
Successful paid calls
0
Unique paying agents
0
USDG settled
Payment success rate
0
Calls (24h)
0
Calls (7d)
72 ms
Median latency
100%
Uptime (30d)

Usage reflects settlements attributed to this payee + exact amount. Zero until real payments occur.

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. Report this service: security disclosure.