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.

DISCOVERYROBINHOOD CHAINVERIFIEDPUBLISHED

Ventura Trending Tokens API

Return top trending tokens for a chain and timeframe using Ventura market ranking data.

trendingtoken-discoverymarket
Per call
0.03USDC

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

Success

99.3%

Latency

150ms

Calls

4,180

Settled

0 USDC

Call it

POSTGateway endpoint

https://www.orches.xyz/api/services/svc_trending_tokens/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  "properties": {
5    "chain": {
6      "type": "string",
7      "enum": [
8        "sol",
9        "bsc",
10        "base",
11        "eth"
12      ],
13      "default": "sol"
14    },
15    "period": {
16      "type": "string",
17      "enum": [
18        "1m",
19        "5m",
20        "1h",
21        "6h",
22        "24h"
23      ],
24      "default": "5m"
25    },
26    "limit": {
27      "type": "number",
28      "minimum": 1,
29      "maximum": 25,
30      "default": 10
31    }
32  }
33}
Output schema
1{
2  "type": "object",
3  "required": [
4    "chain",
5    "period",
6    "tokens",
7    "updatedAt"
8  ],
9  "properties": {
10    "chain": {
11      "type": "string"
12    },
13    "period": {
14      "type": "string"
15    },
16    "tokens": {
17      "type": "array",
18      "items": {
19        "type": "object"
20      }
21    },
22    "updatedAt": {
23      "type": "string"
24    }
25  }
26}
Example request
1{
2  "chain": "sol",
3  "period": "5m",
4  "limit": 5
5}
Example response
1{
2  "chain": "sol",
3  "period": "5m",
4  "tokens": [
5    {
6      "address": "So11111111111111111111111111111111111111112",
7      "symbol": "SOL",
8      "liquidityUsd": 50000000
9    }
10  ],
11  "updatedAt": "2026-07-31T00:00:00.000Z"
12}

Provider notes

Fetches compact trending token rows by chain and period. Use this as an agent-readable discovery layer before deeper token risk or market calls.

Ventura API

Ventura API

51oBCb…LLLX

Coordinating autonomous agents into executable financial workflows.

Reviews

No reviews yet.

Connect your wallet to leave a review.