AuthorizationstringrequiredheaderRequired Bearer API key. Programmatic access to the World API needs a key; browsing nosible.world in a browser does not.
Example: Bearer nos_sk_...
Resolve a ticker symbol, issuer name, or alternate security identifier without returning entity candidates.
qstringrequiredqueryTicker symbol, issuer name, or alternate security identifier.
Example: NVDA
limitintegerqueryMaximum number of ticker candidates; defaults to 10 and is capped at 50.
Example: 3
Use the ticker resolver when the input is a symbol, issuer name, or alternate security identifier. Each result includes the same profile metadata as Ticker Profile.
These are the fields you can build against. Nested names use dot notation; optional sections are called out in their descriptions.
schemastringStable resolver contract identifier.
Example: nosible_world_resolve_v1
qstringOriginal ticker lookup query.
Example: NVDA
countintegerNumber of ticker candidates returned.
Example: 1
resultsobject[]Ranked ticker candidates with type, profile, metadata, reference, filter, and events URL.
Example: [{ kind, type, ticker, name, profile, metadata, reference, events_url, filter }]
as_ofobjectIndex build and archive cutoff used for the lookup.
Example: { "archive_cutoff": "2026-09-16" }
invalid_request — The date, filter, cursor, identifier, or request combination is invalid.access_denied — The requested archive date is outside the caller's World tier.not_found — The requested date, entity, ticker, or event does not exist in the accessible index.cursor_expired — The cursor was minted against a replaced index build. Restart pagination from the first page.rate_limited — The request exceeded the endpoint or account rate limit. Respect Retry-After when supplied.backend_not_configured — The World backend is not configured for this deployment.backend_error — The BFF could not obtain a valid response from the World backend.backend_timeout — The World backend or an upstream data source timed out.unknown_entity_or_ticker — No ticker candidate matched the query within the resolver's accessible universe.