find_permissionless_assets
Instruments a self-custody wallet can buy without KYC and hold itself. This is the question a token list cannot answer: for real-world assets the gate to MINT and the gate to BUY on a secondary market routinely differ, so a fund can be permissioned at the issuer while its token trades freely. Strict by design — an instrument whose access is merely unverified is excluded, not included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20) | |
| offset | No | Skip this many matches before returning. Use the nextOffset from the previous answer to walk the whole set; its absence means you reached the end. | |
| pillar | No | Limit to one category pillar | |
| eu_only | No | Only instruments explicitly stated as EU-available | |
| min_yield_pct | No | Minimum comparable yield in percent | |
| include_unverified | No | Default false. When true, also returns instruments whose secondary-market gate is unknown — clearly flagged. Use only when the user asked what MIGHT be open, never to answer what IS open. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| results | Yes | ||
| nextOffset | No | Pass as offset to fetch the next page; absent when there is no more | |
| unverified | No | Possibly open, not confirmed — excluded from results | |
| confirmedOpen | No | Verified as buyable without KYC | |
| totalMatching | No |