{"openapi":"3.1.0","info":{"title":"TBURNRank Enterprise Crypto Data API","description":"Real-time cryptocurrency data, rankings, and TBURN Chain blockchain metrics.","version":"1.0.0","x-logo":{"url":"https://tburnrank.io/favicon.png"}},"servers":[{"url":"https://tburnrank.io","description":"TBURNRank Production"}],"paths":{"/api/prices":{"get":{"operationId":"getPrices","summary":"Get real-time prices for 100+ cryptocurrencies with TBURNRank S–F grades","tags":["Market Data"]}},"/api/global":{"get":{"operationId":"getGlobal","summary":"Get global crypto market statistics (total market cap, BTC dominance, Fear & Greed)","tags":["Market Data"]}},"/api/rankings":{"get":{"operationId":"getRankings","summary":"Get TBURNRank composite scored rankings with S–F letter grades","tags":["Rankings"]}},"/api/history/{symbol}":{"get":{"operationId":"getHistory","summary":"Get 30-day price history for a cryptocurrency symbol","tags":["Market Data"],"parameters":[{"name":"symbol","in":"path","required":true,"schema":{"type":"string"},"example":"BTC"}]}},"/api/ohlc/{symbol}":{"get":{"operationId":"getOHLC","summary":"Get OHLC candlestick data for a cryptocurrency","tags":["Market Data"],"parameters":[{"name":"symbol","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/tburn/network":{"get":{"operationId":"getTburnNetwork","summary":"Get TBURN Chain L1 network state: TPS, block height, validators, gas price in EMB","tags":["TBURN Chain"]}},"/api/tburn/gas":{"get":{"operationId":"getTburnGas","summary":"Get current gas price in Ember (EMB) — 1 TBC = 1,000,000 EMB. Returns tiers: Economy 5, Standard 10, Express 25, Instant 50 EMB","tags":["TBURN Chain"]}},"/api/tburn/l2":{"get":{"operationId":"getTburnL2","summary":"Get TBURN ZK-Rollup L2 state (Chain ID 58001)","tags":["TBURN Chain"]}},"/api/tburn/staking":{"get":{"operationId":"getTburnStaking","summary":"Get TBURN staking APR, total staked, and validator count","tags":["TBURN Chain"]}},"/api/tburn/federation/status":{"get":{"operationId":"getFedStatus","summary":"Get Federation Gateway connection status","tags":["Federation"]}},"/api/tburn/federation/gas-oracle":{"get":{"operationId":"getFedGas","summary":"Get live Ember (EMB) gas oracle from Federation Gateway","tags":["Federation"]}},"/api/tburn/federation/bridge":{"get":{"operationId":"getFedBridge","summary":"Get L1↔L2 bridge status and liquidity","tags":["Federation"]}},"/api/tburn/federation/arbitrage":{"get":{"operationId":"getFedArb","summary":"Get cross-exchange arbitrage opportunities","tags":["Federation"]}},"/api/tburn/federation/nodes":{"get":{"operationId":"getFedNodes","summary":"Get federation node list and health status","tags":["Federation"]}},"/api/new-tokens":{"get":{"operationId":"getNewTokens","summary":"Get active presale listings with AI risk scores","tags":["Presales"]}}}}