Orches
ProvidersPublishDocsPlaygroundWhitepaperDashboard

Orchestrate your agent, or publish a service

Agent developers discover and compose services. Providers publish once and reach every agent on the network without a commercial integration.

Orches

Use Orches

  • Whitepaper
  • Documentation
  • Marketplace
  • Playground
  • Usage
  • Dashboard

Build

  • Documentation
  • llms.txt
  • Publish service
  • Agent registry

Whitepaper

  • Whitepaper
  • Docs
  • x402

Network

  • Robinhood Chain
  • USDG settlement
  • Agent services

Agent AI

  • llms.txt
  • Agent prompt
  • Registry JSON
  • Service schemas

WhitepaperDocumentationProvidersContact

© 2026 Orches. Coordination infrastructure for Robinhood Chain. Settled with x402.

DEFIROBINHOOD CHAINVERIFIEDPUBLISHED

Ventura Token Risk API

Evaluate a Solana, Base, BSC, or Ethereum token using market and security signals.

tokenrisksecurity
Per call
0.08USDC

Settled per request over x402. No subscription, no minimum.

Success

99.0%

Latency

240ms

Calls

2,210

Settled

0 USDC

Call it

POSTGateway endpoint

https://www.orches.xyz/api/services/svc_token_risk/call

Settles to
51oBCbm38nsWVj68wTrZQeUMe2AzSiNYhdvqvFr5LLLX
Rail
Robinhood Chain / USDC

The contract

What the service accepts, what it returns, and a worked example of each.

Input schema
1{
2  "type": "object",
3  "additionalProperties": false,
4  "required": [
5    "tokenAddress"
6  ],
7  "properties": {
8    "tokenAddress": {
9      "type": "string",
10      "minLength": 32,
11      "description": "Token contract or Solana mint address"
12    },
13    "chain": {
14      "type": "string",
15      "enum": [
16        "sol",
17        "bsc",
18        "base",
19        "eth"
20      ],
21      "default": "sol"
22    }
23  }
24}
Output schema
1{
2  "type": "object",
3  "required": [
4    "riskScore",
5    "riskLevel",
6    "flags",
7    "warnings",
8    "summary"
9  ],
10  "properties": {
11    "address": {
12      "type": "string"
13    },
14    "chain": {
15      "type": "string"
16    },
17    "symbol": {
18      "type": [
19        "string",
20        "null"
21      ]
22    },
23    "riskScore": {
24      "type": "number"
25    },
26    "riskLevel": {
27      "type": "string",
28      "enum": [
29        "low",
30        "medium",
31        "high"
32      ]
33    },
34    "flags": {
35      "type": "array",
36      "items": {
37        "type": "string"
38      }
39    },
40    "warnings": {
41      "type": "array",
42      "items": {
43        "type": "string"
44      }
45    },
46    "summary": {
47      "type": "string"
48    },
49    "metrics": {
50      "type": "object"
51    }
52  }
53}
Example request
1{
2  "tokenAddress": "So11111111111111111111111111111111111111112",
3  "chain": "sol"
4}
Example response
1{
2  "address": "So11111111111111111111111111111111111111112",
3  "chain": "sol",
4  "symbol": "SOL",
5  "riskScore": 12,
6  "riskLevel": "low",
7  "flags": [],
8  "warnings": [],
9  "summary": "SOL low risk (12/100) from Ventura market and security signals."
10}

Provider notes

Returns risk score, flags, warnings, tax signals, top-holder concentration, liquidity depth, and market context from Ventura market intelligence.

Ventura API

Ventura API

51oBCb…LLLX

Coordinating autonomous agents into executable financial workflows.

Reviews

No reviews yet.

Connect your wallet to leave a review.