https://noxint.ai/api/v1/{operation}. All 23 are
GET requests with query parameters. No POST bodies, no verb zoo, nothing an
agent has to be taught twice.
Five operations are free so an agent can learn the entire surface before it
spends anything. The rest return market data and bill in data credits, one
credit per delivered materialization.
The 23 operations
The domain operations cover different planes. Crypto-only:
funding,
open_interest, orderflow, liquidations, liquidity, structure.
Equity-only: profile, valuation, growth, fundamentals. Both planes:
price, technicals. The list operations financials, events, and
holders are equity-only; rank is crypto-only; series serves both planes.
Asset-ID grammar
Every asset has one permanent, plane-qualified ID. IDs never change, so your agent stores them once and never re-resolves. Human symbols are input convenience only; callresolve to turn a symbol into its canonical ID.
EVM hex must be lowercase and the CIK is zero-padded to ten digits. A
canonical ID is at most 128 characters.
Batching
The chargeable domain operations andread accept an ids parameter: a
comma-separated list of 2 to 10 distinct assets in one call, encoded as
?ids=a,b,c. You pass either id for a single asset or ids for a batch,
never both. Each distinct returned asset costs one credit, so a batch of five
delivered assets costs five credits. The list operations do not accept ids.