$ man mint-scout
/mint-scout
PRICE / CALL
$0.05
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgemarketCATEGORY
uncategorized
STATUS
● live
NAME
mint-scout — robinhood chain and ink nft mint scanner with two bounded modes: sample holder-sorted erc-721 listings filtered from 3 through max_holder…
SYNOPSIS
POST https://x402.agentutility.ai/mint-scout
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Robinhood Chain and Ink NFT mint scanner with two bounded modes: sample holder-sorted ERC-721 listings filtered from 3 through max_holders, then rank known contract ages newest-first, or score one ERC-721/ERC-1155 address. Score mode returns mint curve analysis, creator history, holder concentration, contract age, engine liveness, rug risk flags, and a 65-point automatic score. Use it as a mint momentum feed, fresh NFT discovery scan, rug risk screen, or collection-launch scout.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| chain | string | Required chain: Robinhood Chain or Ink. enum: robinhood · ink | required |
| address | string | Optional 0x-prefixed collection address. When supplied, score this collection instead of scanning. | optional |
| mode | string | Set to 'scan' to list newly indexed ERC-721 candidates. Scan is also the default when address is omitted. enum: scan | optional |
| limit | integer | Maximum scan candidates to return. Range 1-20. Default 10; scan mode only. | optional |
| max_holders | integer | Maximum holder count for scan candidates. Integer at least 3; defaults to 25000. Scan mode only. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| chain | string | — |
| mode | string | — |
| count | integer | — |
| candidates | array | — |
| sampling_note | string | — |
| sample | object | — |
| collection | object | — |
| mint_curve | object | — |
| concentration | object | — |
| creator_provenance | object | — |
| engine_liveness | object | — |
| contract_age_hours | numbernull | — |
| auto_flags | array | — |
| auto_score | object | — |
| disclaimer | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/mint-scout \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster npx -y @agentutility/mcp-<cluster> # Required: EVM private key with USDC on Base export X402_PRIVATE_KEY=0x... # Then call the mint-scout tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- edge-marketmintscoutmint-scout
- methods
- POST
- cluster
- edgemarket
- price
- $0.05 USDC per call
ADJACENT — other endpoints in edgemarket
| endpoint | description | price |
|---|---|---|
| holder-hands | Sampled NFT holder analysis for ERC-721 and ERC-1155 collections on Ethereum, Base, Ink, and Robinhood Chain. | $0.05 |
| honeypot-check | Honeypot.is buy/sell simulation for any Base or Ethereum ERC-20. | $0.05 |
| mint-momentum | Tracks NFT mint momentum on Robinhood Chain and Ink through a bounded scan or one-collection score. | $0.05 |
| nft-flip | Shows whether an NFT collection is being flipped or held by sampling holders and recent transfers on Ethereum, Base, Ink, or Robinhood Chain. | $0.05 |
| token-honeypot | Detects whether an ERC-20 token is a honeypot by simulating a buy + sell via honeypot.is. | $0.05 |
| token-honeypot-api | Checks whether a token is a honeypot, testing sellability, buy tax, sell tax, proxy risk, owner risk, and token-trading warnings. | $0.05 |
| token-honeypot-check | Checks whether an ERC-20 token is a honeypot by simulating buy and sell behavior through honeypot.is. | $0.05 |
| wallet-pnl | Computes wallet token P&L with FIFO cost basis for any (wallet, ERC-20, chain) triple. | $0.05 |
SEE ALSO