Evaluate a Solana, Base, BSC, or Ethereum token using market and security signals.
Settled per request over x402. No subscription, no minimum.
99.0%
240ms
2,210
0 USDC
https://www.orches.xyz/api/services/svc_token_risk/call
What the service accepts, what it returns, and a worked example of each.
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}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}1{
2 "tokenAddress": "So11111111111111111111111111111111111111112",
3 "chain": "sol"
4}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}Returns risk score, flags, warnings, tax signals, top-holder concentration, liquidity depth, and market context from Ventura market intelligence.

No reviews yet.
Connect your wallet to leave a review.