Polyrankdocs
ApiCopy engine

GET /v1/copy-engine/board

The Copy Engine board: sleeve-eligible wallets for the latest published day, ranked by the forward-tested 14d skill score (sleeve A) or the 30d in-band copy return (sleeve B), with the four hard gates and a per-wallet copyability summary. Each row also carries sk_percentile (rank against the whole ~119k-wallet published universe), holding style, measured book depth, the validated depth-capped clip sizes, and `why` — 2-4 plain-English reasons built only from non-null fields. Cached 5 minutes; the underlying table publishes daily at 06:45 UTC.

GET
/v1/copy-engine/board

The Copy Engine board: sleeve-eligible wallets for the latest published day, ranked by the forward-tested 14d skill score (sleeve A) or the 30d in-band copy return (sleeve B), with the four hard gates and a per-wallet copyability summary. Each row also carries sk_percentile (rank against the whole ~119k-wallet published universe), holding style, measured book depth, the validated depth-capped clip sizes, and why — 2-4 plain-English reasons built only from non-null fields. Cached 5 minutes; the underlying table publishes daily at 06:45 UTC.

AuthorizationBearer <token>

API key: Authorization: Bearer pk_live_… (mint at polyrank.app/api-keys)

In: header

Query Parameters

sleeve?string
sort?string
limit?integer
offset?integer
as_of?string

Response Body

application/json

curl -X GET "https://example.com/v1/copy-engine/board"
{  "as_of_date": "string",  "sleeve": "a",  "sort": "sk_score_14d",  "total": -9007199254740991,  "returned": -9007199254740991,  "rows_capped_at": -9007199254740991,  "snapshot_age_seconds": -9007199254740991,  "rows": [    {      "rank": -9007199254740991,      "proxy_wallet": "string",      "wallet_label": "string",      "display": {        "username": "string",        "pseudonym": "string",        "profile_image": "string",        "verified": true      },      "sk_score_14d": 0,      "sk_n_14d": -9007199254740991,      "inband_return_30d": 0,      "inband_n_30d": -9007199254740991,      "taker_inband_pnl_14d": 0,      "sniper_median_ttr_min": 0,      "sniper_share": 0,      "signal_freshness_hours": 0,      "active_days_14d": -9007199254740991,      "luck_z": 0,      "decay_switch_flag": true,      "top_category": "string",      "template_fingerprint": "string",      "sleeve_a_eligible": true,      "sleeve_b_eligible": true,      "copyability": {        "verdict": "copyable",        "sniper_ok": true,        "live_ok": true,        "no_decay": true,        "taker_visible": true,        "reasons": [          "string"        ]      },      "sk_percentile": 0,      "sk_rank_universe": -9007199254740991,      "sk_universe_n": -9007199254740991,      "median_hold_hours": 0,      "median_entry_depth_usd": 0,      "depth_sample_n": -9007199254740991,      "suggested_clip_usd": -9007199254740991,      "max_clip_usd": -9007199254740991,      "why": [        "string"      ]    }  ]}