• zk-verified ✓atlas treasury
  • 11.84%kamino · usdc
  • 18.20%drift · ksol
  • 9.40%marginfi · usdc
  • 14.10%jupiter · jlp
  • 7.80%kamino · jitosol
  • 8.92%drift · usdc
  • 22.40%orca · sol-usdc
  • 24.10%raydium · sol-usdc
  • 6.20%marginfi · sol
  • 12.30%kamino · pyusd
  • 19.80%jupiter · jlp-perp
  • 5.40%meteora · usdc-usdt
AtlasAtlas/docs
Open App

API playground

Interactive request console for every Atlas REST endpoint.

endpoint catalog
request

GET /api/v1/infra

import { AtlasPlatform } from "@atlas/sdk";
const atlas = new AtlasPlatform({ baseUrl: "https://atlasfi.in" });
const res = await atlas.getJson("/api/v1/infra");
console.log(res);
response
// click Run to see the response

live request hits production reads via the @atlas/sdk client. No mocking on this surface.

⌘ I