Skip to content

docs: add REST API integration section#1

Open
laukiantonson wants to merge 1 commit into
Instadapp:mainfrom
laukiantonson:docs/rest-api
Open

docs: add REST API integration section#1
laukiantonson wants to merge 1 commit into
Instadapp:mainfrom
laukiantonson:docs/rest-api

Conversation

@laukiantonson

Copy link
Copy Markdown

Turns the practical-usage API gist into proper, shareable integration docs that live alongside the SDK docs on this site.

New REST API nav group (api/*.mdx):

  • Overview — base URL, read-only/no-auth, conventions (chainId in path, v2 prefix, string raw units + 1e2-bps rates, retry guidance)
  • Vaults & Borrow — list vaults, vault/oracle/apr-history, user NFT positions, single NFT, protocol-wide stats explorer, + a borrow-integration quickstart
  • Lending (fTokens) — markets, user positions, earnings, rewards, Smart Lending
  • Market Data — Liquidity Layer, Fluid DEX pools, token prices, shared apr-history shape

Integrator-facing wording (not internal FE notes). All endpoints verified live against api.fluid.instadapp.io on Jul 8–9 2026. Only touches new api/ files + adds one nav group in docs.json.

Source gist: https://gist.github.com/laukiantonson/aae86dd51b75d66cdd9a464fdf918771

Task-oriented integrator docs for the read-only Fluid REST API
(api.fluid.instadapp.io), turning the practical-usage gist into proper
shareable pages that match the SDK docs site:

- api/index: overview, base URL, auth, conventions (chainId, v2, units, retries)
- api/vaults: list vaults, vault/oracle/apr-history, user NFT positions,
  stats explorer, borrow-integration quickstart
- api/lending: fTokens (markets, positions, earnings, rewards) + Smart Lending
- api/market-data: liquidity layer, DEX pools, token prices, shared apr-history

All endpoints verified live against the API on Jul 8-9 2026.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant