Skip to main content
GET
cURL
Search 0xinsider learn, glossary, comparison, research, and strategy content by keyword. Use this endpoint to link a term in your product to the 0xinsider article for that term.

Read the results

  • q is required. It must be 1 to 256 characters before whitespace trim and non-empty after trim.
  • limit is 1 to 50 with a default of 10.
  • Each item carries content_id, kind, slug, title, excerpt, and url. url is the canonical first-party link.
  • kind is learn, glossary, comparison, research, or strategy.
  • The result is one bounded page. has_more is false, and next_cursor and total are absent.
  • Ranking scores are not exposed. Keep the returned order.
  • The 200 response has no ETag and no response cache.
Search Markets searches market titles instead of articles.

Authorizations

Authorization
string
header
required

API key authentication. Send your key in the Authorization header as Bearer oxi_sk_live_.... Live keys require an active Pro subscription and return live data.

Query Parameters

q
string
required

Search query. Must be 1-256 characters before whitespace trimming and non-empty after trimming.

Required string length: 1 - 256
limit
integer
default:10

Maximum content items to return.

Required range: 1 <= x <= 50

Response

Editorial content search results

object
string
required
Allowed value: "list"
data
object[]
required
has_more
boolean
required
meta
object
required
next_cursor
string | null

Omitted because content search is a bounded one-page result.

total
integer | null

Absent because content search is a bounded relevance result and does not run a count query.