Try with $0.050 in free shared credit once per wallet
Try with $0.050 in free shared credit once per wallet. No deposit or on-chain transaction; wallet sign-in required. Credit, daily budget and availability apply. Analyze a selected Base token pool: USD liquidity, 24h volume, price change, rule-based observations and an AI summary with sources. For agent market reports, not contract-security checks or investment advice. Paid price: $0.015. Docs: https://manyfish-seller.redcliff-d7368db1.westus2.azurecontainerapps.io/apis/token-verdict#quickstart.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://manyfish-seller.redcliff-d7368db1.westus2.azurecontainerapps.io/api/v1/crypto/token-verdict
| Category | Market data |
|---|---|
| Provider host | manyfish-seller.redcliff-d7368db1.westus2.azurecontainerapps.io |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.015 | 544 ms |
Example input (from the provider)
{
"body": {
"tokenAddress": "0x4200000000000000000000000000000000000006"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"tokenAddress": {
"description": "A Base ERC-20 contract address, not the native ETH sentinel.",
"not": {
"const": "0x0000000000000000000000000000000000000000"
},
"pattern": "^0x[0-9a-fA-F]{40}$",
"type": "string"
}
},
"required": [
"tokenAddress"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"description": "The response example is illustrative synthetic data, not a live token quote or assessment.",
"properties": {
"limitations": {
"items": {
"maxLength": 512,
"minLength": 1,
"type": "string"
},
"maxItems": 32,
"minItems": 1,
"type": "array"
},
"metrics": {
"additionalProperties": false,
"properties": {
"buys24h": {
"minimum": 0,
"type": [
"integer",
"null"
]
},
"liquidityUsd": {
"exclusiveMinimum": 0,
"type": "number"
},
"poolAgeHours": {
"minimum": 0,
"type": [
"number",
"null"
]
},
"priceChange24hPercent": {
"type": [
"number",
"null"
]
},
"priceUsd": {
"maxLength": 128,
"pattern": "^(?:0|[1-9]\\d*)(?:\\.\\d+)?$",
"type": "string"
},
"sells24h": {
"minimum": 0,
"type": [
"integer",
"null"
]
},
"volume24hUsd": {
"minimum": 0,
"type": [
"number",
"null"
]
}
},
"required": [
"priceUsd",
"liquidityUsd",
"volume24hUsd",
"priceChange24hPercent",
"buys24h",
"sells24h",
"poolAgeHours"
],
"type": "object"
},
"pool": {
"additionalProperties": false,
"properties": {
"address": {
"pattern": "^0x[0-9a-fA-F]{40}$",
"type": "string"
},
"createdAt": {
"pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{3})?Z$",
"type": [
"string",
"null"
]
},
"dex": {
"maxLength": 128,
"minLength": 1,
"type": "string"
},
"selectionMethod": {
"const": "highest_liquidity"
}
},
"required": [
"address",
"dex",
"selectionMethod",
"createdAt"
],
"type": "object"
},
"provenance": {
"additionalProperties": false,
"properties": {
"fetchedAt": {
"pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{3})?Z$",
"type": "string"
},
"provider": {
"const": "dexscreener"
},
"sourceUpdatedAt": {
"type": "null"
},
"url": {
"pattern": "^https://dexscreener\\.com/base/0x[0-9a-f]{40}$",
"type": "string"
}
},
"required": [
"provider",
"url",
"fetchedAt",
"sourceUpdatedAt"
],
"type": "object"
},
"rulesVersion": {
"const": "v1"
},
"signals": {
"items": {
"additionalProperties": false,
"properties": {
"code": {
"enum": [
"LOW_LIQUIDITY",
"NEW_POOL",
"LARGE_PRICE_MOVE",
"INCOMPLETE_DATA"
]
},
"description": {
"maxLength": 512,
"minLength": 1,
"type": "string"
}
},
"required": [
"code",
"description"
],
"type": "object"
},
"maxItems": 4,
"type": "array"