Token List
token_listList tokenized equities on Robinhood Chain, filtered by status and limited to a set count. Find valid symbols to use in quotes or token details.
Instructions
Tokenized equities on Robinhood Chain, one row per token: symbol, name, status, multiplier (float) and tradable (market whole AND fractional tradable). status filters on the ASSET_STATUS_* prefix - pass 'ACTIVE' (default, hides inactive) or another status short name; 'ALL' disables filtering. Alphabetical, capped at limit. Returns {"count", "total_matching", "tokens"}. Start here for valid symbols; feed them into quote/token_detail. Example: token_list(status="ACTIVE", limit=50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No | ACTIVE |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||