expand.network
  • Overview
  • Getting Started
  • 🔑How do I get my API Key?
  • 📑List of All Endpoints
  • ⚙️SDK
    • Overview
    • Getting Started
  • ⛓️INTEGRATIONS
    • ⚡Blockchains
      • EVM based blockchains
        • Ethereum
        • Binance Smart Chain
        • Avalanche - C
        • Avalanche - P
        • Avalanche - X
        • Polygon
        • Cronos
        • Arbitrum
        • Fantom
        • Optimism
        • Base
        • zkSync Era
        • Mantle
      • Non-EVM based chains
        • Tron
        • Solana
        • Near
        • Algorand
        • Aptos
        • Sui
        • Starknet
        • TON
        • Cosmos Hub
        • Osmosis
        • Stacks
        • Bitcoin
        • Stellar
          • Stellar RWA
        • XRP Ledger
          • XRP Ledger RWA
    • ⚡Bridges
      • Stargate
      • Stargate V2
      • Squid Router
      • Squid Router V2
      • Allbridge Classic
      • Allbridge Core
    • ⚡DEX & DEX Aggregators
      • Uniswap V2
      • Uniswap V3
      • Uniswap X
      • Sushiswap V2
      • PancakeSwap V2
      • PancakeSwap V3
      • Aerodrome
      • Camelot V3
      • Curve V2
      • Balancer V2
      • STON.fi
      • Trader Joe
      • Orca
      • Raydium
      • SDEX
      • Cetus
      • REF Finance
      • Liquidswap
      • Sologenic
      • Alex
      • 0x (Aggregator)
      • 1inch (Aggregator)
      • Kyberswap (Aggregator)
        • Kyberswap ( Limit Order Endpoints )
      • Jupiter (Aggregator)
    • ⚡Derivatives
      • dYdX V4
    • ⚡Fungible Tokens
      • ERC20
      • WETH
    • ⚡Lending Protocols
      • Aave V2
      • Aave V3
      • Compound V2
      • Compound V3
      • Morpho
    • ⚡Yield Aggregators
      • Yearn Finance V2
      • Harvest Finance
      • Pendle
    • ⚡Liquid Staking
      • Chorus One
      • Lido V2
      • Stader
      • Benqi
      • Jito
      • EigenLayer
    • ⚡Non Fungible Tokens
      • ERC721
      • ERC1155
      • Metaplex
    • ⚡Oracles
      • ChainLink
      • WinkLink
      • Pyth Network
      • RedStone
    • ⚡Stablecoins
      • EVM
    • ⚡Synthetics
      • Synthetix
    • ⚡Supported Wallets
      • MPC Wallets
        • DFNS
        • FORDEFI
        • FIREBLOCKS
        • CIRCLE
      • HD Wallets
        • PHANTOM
        • COINBASE
        • TON Wallet
      • Wallet Connect v2
  • How To
    • Execute a Local Swap
    • Execute a Cross Chain Swap
    • Use Limit Orders
    • Lend and Borrow
    • Provision Liquidity
      • Adding Liquidity
      • Removing liquidity
    • Yield Farm
    • Use Our Transaction Decoder
    • Submit an RFQ
    • Subscribe to Events
    • Stream Data (WebSocket)
      • Stream Transaction
      • Stream Trade
      • Stream Gas
      • Stream Ticker Price
    • Source Pricing
    • Track Memecoins
    • Manage Token Approvals
  • Use Cases
    • Trade Reconciliation
    • Portfolio Management
    • Trading Features
    • On-Chain Data: DEX Liquidity Pool Forensics
    • Transaction and Pool Analysis
  • Account Abstraction
    • Overview
      • User Endpoints
      • Paymaster Endpoint
      • Bundler Endpoint
    • ⚙️SDK - Overview
  • Additional Info
    • Error Messages
    • Client-Side Security Essentials
    • Compute Unit Costs
    • API Metadata
    • Audit Certificate
    • Brand Assets
    • FAQs
    • Quicknode Marketplace
      • DEX
      • Lending Protocols
  • ID's
    • Chain IDs
    • Bridge IDs
      • Internal Chain IDs for Bridges
    • DEX IDs
    • Lending Protocol IDs
    • Yield Aggregator ID
    • Liquid Staking IDs
    • Oracle IDs
    • Stablecoin IDs
    • Derivatives IDs
    • Synthetics IDs
  • Mapping
    • Blockchains
    • DEXs
      • Uniswap V2
      • Uniswap V3
      • Sushiswap
      • PancakeSwap
      • Curve
      • Balancer
    • Lending Protocols
      • Aave
      • Compound
  • Protocol Spender
    • Spender list
Powered by GitBook
On this page
  • /usage-details
  • Table of Contents:
  • Account Abstraction
  • Bridge
  • Chain
  • Derivative
  • DEX
  • Fungible Token
  • Lend Borrow
  • NFT
  • Oracle
  • Stablecoin
  • Synthetic
  • WETH
  • Yield Aggregator
  1. Additional Info

Compute Unit Costs

Breakdown of Expand.network's compute unit costs, per API Endpoint.

PreviousClient-Side Security EssentialsNextAPI Metadata

Last updated 4 months ago


/usage-details

Retrieve the total compute units (CU) and WebSocket message units consumption for a specified API key within a given time range.

GET https://api.expand.network/key/usage-details/:api-key

Query Parameters

Name
Type
Description

endDate

String

Specifies the end date of the time range. By default, current date

startDate

String

Specifies the start date of the time range. By default, 30 days before the end date.

includeDetails

Boolean

If set to true, displays the latest 100 hits. By default, false

https://api.expand.network/key/usage-details/{{Your-API-Key}}?includeDetails=true
{
    "overAllComputeUnits": 2424259.025536377,
    "overAllWebSocketMessageUnits": 4709.322613828859,
    "latest100Items": [
        {
            "chainId": "900",
            "totalComputeUnits": 53.87913470890224,
            "responseTime": "5379",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-09T13:18:28",
            "bytes": 1907
        },
        {
            "chainId": "900",
            "totalComputeUnits": 0.36733578766939495,
            "responseTime": "29",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-09T13:16:15",
            "bytes": 610
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 58.20668529109406,
            "responseTime": "5810",
            "api-endpoint": "/chain/getstakepositions",
            "status": 200,
            "timestamp": "2025-01-09T12:52:12",
            "bytes": 141
        },
        {
            "chainId": "900",
            "totalComputeUnits": 41.18914580479265,
            "responseTime": "4109",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-09T12:09:17",
            "bytes": 1915
        },
        {
            "chainId": "900",
            "totalComputeUnits": 42.66079077054605,
            "responseTime": "4255",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-09T12:08:59",
            "bytes": 3101
        },
        {
            "chainId": "900",
            "totalComputeUnits": 31.387328852737898,
            "responseTime": "3128",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-09T12:08:43",
            "bytes": 605
        },
        {
            "chainId": "900",
            "totalComputeUnits": 53.06792248287487,
            "responseTime": "5296",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-09T12:08:30",
            "bytes": 1033
        },
        {
            "chainId": "900",
            "totalComputeUnits": 40.948546626710474,
            "responseTime": "4085",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-09T12:08:16",
            "bytes": 1483
        },
        {
            "chainId": "900",
            "totalComputeUnits": 53.169093099313194,
            "responseTime": "5307",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-09T12:08:04",
            "bytes": 1877
        },
        {
            "chainId": "900",
            "totalComputeUnits": 61.06913193492963,
            "responseTime": "6096",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-09T12:07:47",
            "bytes": 1905
        },
        {
            "chainId": "900",
            "totalComputeUnits": 62.49029839040907,
            "responseTime": "6239",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-09T12:07:12",
            "bytes": 2746
        },
        {
            "chainId": "900",
            "totalComputeUnits": 40.687789332189936,
            "responseTime": "4058",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-09T12:06:54",
            "bytes": 937
        },
        {
            "chainId": "900",
            "totalComputeUnits": 43.37849808218992,
            "responseTime": "4328",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-09T12:06:40",
            "bytes": 1448
        },
        {
            "chainId": "900",
            "totalComputeUnits": 61.129710308217305,
            "responseTime": "6102",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-09T12:06:25",
            "bytes": 2322
        },
        {
            "chainId": "900",
            "totalComputeUnits": 51.1024856678063,
            "responseTime": "5099",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-09T12:05:37",
            "bytes": 4323
        },
        {
            "chainId": "900",
            "totalComputeUnits": 94.5644399315049,
            "responseTime": "9446",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-09T12:05:16",
            "bytes": 5732
        },
        {
            "chainId": "1",
            "totalComputeUnits": 24.28192948629945,
            "responseTime": "2420",
            "api-endpoint": "/oracle/chainlinksupportedassets",
            "status": 200,
            "timestamp": "2025-01-09T11:55:26",
            "bytes": 3922
        },
        {
            "chainId": "1",
            "totalComputeUnits": 21.352011318491233,
            "responseTime": "2126",
            "api-endpoint": "/oracle/chainlinksupportedassets",
            "status": 200,
            "timestamp": "2025-01-09T11:39:39",
            "bytes": 3981
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 31.786685291094066,
            "responseTime": "3169",
            "api-endpoint": "/chain/getstakepositions",
            "status": 200,
            "timestamp": "2025-01-08T18:57:14",
            "bytes": 141
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 39.156685291094064,
            "responseTime": "3905",
            "api-endpoint": "/chain/getstakepositions",
            "status": 200,
            "timestamp": "2025-01-08T18:56:49",
            "bytes": 141
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 37.60668529109407,
            "responseTime": "3751",
            "api-endpoint": "/chain/getstakepositions",
            "status": 200,
            "timestamp": "2025-01-08T18:53:59",
            "bytes": 141
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 43.516767123285845,
            "responseTime": "4342",
            "api-endpoint": "/chain/getstakepositions",
            "status": 200,
            "timestamp": "2025-01-08T18:53:48",
            "bytes": 200
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 46.44676851027215,
            "responseTime": "4634",
            "api-endpoint": "/chain/getstakepositions",
            "status": 200,
            "timestamp": "2025-01-08T18:53:31",
            "bytes": 201
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 29.366686678080363,
            "responseTime": "2926",
            "api-endpoint": "/chain/getstakepositions",
            "status": 200,
            "timestamp": "2025-01-08T18:53:21",
            "bytes": 142
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 31.116595136984483,
            "responseTime": "3101",
            "api-endpoint": "/chain/getstakepositions",
            "status": 200,
            "timestamp": "2025-01-08T18:53:11",
            "bytes": 76
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 57.40662842465571,
            "responseTime": "5730",
            "api-endpoint": "/chain/getstakepositions",
            "status": 400,
            "timestamp": "2025-01-08T18:19:48",
            "bytes": 100
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 52.52662842465571,
            "responseTime": "5242",
            "api-endpoint": "/chain/getstakepositions",
            "status": 400,
            "timestamp": "2025-01-08T18:19:47",
            "bytes": 100
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 51.73662842465571,
            "responseTime": "5163",
            "api-endpoint": "/chain/getstakepositions",
            "status": 400,
            "timestamp": "2025-01-08T18:19:47",
            "bytes": 100
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 45.95667974314887,
            "responseTime": "4585",
            "api-endpoint": "/chain/getstakepositions",
            "status": 200,
            "timestamp": "2025-01-08T18:19:47",
            "bytes": 137
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 46.96662842465571,
            "responseTime": "4686",
            "api-endpoint": "/chain/getstakepositions",
            "status": 400,
            "timestamp": "2025-01-08T18:19:47",
            "bytes": 100
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 45.99662842465572,
            "responseTime": "4589",
            "api-endpoint": "/chain/getstakepositions",
            "status": 400,
            "timestamp": "2025-01-08T18:19:47",
            "bytes": 100
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 42.986692226025575,
            "responseTime": "4288",
            "api-endpoint": "/chain/getstakepositions",
            "status": 200,
            "timestamp": "2025-01-08T18:19:46",
            "bytes": 146
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 11.046646455477628,
            "responseTime": "1094",
            "api-endpoint": "/chain/getstakepositions",
            "status": 400,
            "timestamp": "2025-01-08T18:19:45",
            "bytes": 113
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 13.406610393833793,
            "responseTime": "1330",
            "api-endpoint": "/chain/getstakepositions",
            "status": 400,
            "timestamp": "2025-01-08T18:19:43",
            "bytes": 87
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 13.51661039383379,
            "responseTime": "1341",
            "api-endpoint": "/chain/getstakepositions",
            "status": 400,
            "timestamp": "2025-01-08T18:19:43",
            "bytes": 87
        },
        {
            "chainId": "1100",
            "totalComputeUnits": 14.59661039383379,
            "responseTime": "1449",
            "api-endpoint": "/chain/getstakepositions",
            "status": 400,
            "timestamp": "2025-01-08T18:19:43",
            "bytes": 87
        },
        {
            "chainId": "900",
            "totalComputeUnits": 57.1796035102721,
            "responseTime": "5708",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:35:15",
            "bytes": 2245
        },
        {
            "chainId": "900",
            "totalComputeUnits": 45.56078660958715,
            "responseTime": "4545",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:53",
            "bytes": 3098
        },
        {
            "chainId": "900",
            "totalComputeUnits": 39.16912777397074,
            "responseTime": "3906",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:52",
            "bytes": 1902
        },
        {
            "chainId": "900",
            "totalComputeUnits": 48.89792664383377,
            "responseTime": "4879",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:51",
            "bytes": 1036
        },
        {
            "chainId": "900",
            "totalComputeUnits": 31.787328852737897,
            "responseTime": "3168",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:51",
            "bytes": 605
        },
        {
            "chainId": "900",
            "totalComputeUnits": 49.339133321915945,
            "responseTime": "4923",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:49",
            "bytes": 1906
        },
        {
            "chainId": "900",
            "totalComputeUnits": 39.11853691780637,
            "responseTime": "3902",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:49",
            "bytes": 1476
        },
        {
            "chainId": "900",
            "totalComputeUnits": 50.71028452054606,
            "responseTime": "5060",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:49",
            "bytes": 2736
        },
        {
            "chainId": "900",
            "totalComputeUnits": 37.949614606162505,
            "responseTime": "3784",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:48",
            "bytes": 2253
        },
        {
            "chainId": "900",
            "totalComputeUnits": 40.61779210616254,
            "responseTime": "4052",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:46",
            "bytes": 939
        },
        {
            "chainId": "900",
            "totalComputeUnits": 44.048495308217326,
            "responseTime": "4395",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:44",
            "bytes": 1446
        },
        {
            "chainId": "900",
            "totalComputeUnits": 48.7497144691762,
            "responseTime": "4865",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:42",
            "bytes": 2325
        },
        {
            "chainId": "900",
            "totalComputeUnits": 49.674419126710376,
            "responseTime": "4956",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:41",
            "bytes": 5717
        },
        {
            "chainId": "900",
            "totalComputeUnits": 38.4824884417789,
            "responseTime": "3837",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:41",
            "bytes": 4325
        },
        {
            "chainId": "900",
            "totalComputeUnits": 38.36912916095704,
            "responseTime": "3826",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:39",
            "bytes": 1903
        },
        {
            "chainId": "900",
            "totalComputeUnits": 45.010785222600845,
            "responseTime": "4490",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:38",
            "bytes": 3097
        },
        {
            "chainId": "900",
            "totalComputeUnits": 32.33732885273789,
            "responseTime": "3224",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:37",
            "bytes": 605
        },
        {
            "chainId": "900",
            "totalComputeUnits": 54.159708921231015,
            "responseTime": "5405",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:32",
            "bytes": 2321
        },
        {
            "chainId": "900",
            "totalComputeUnits": 59.54914580479265,
            "responseTime": "5944",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:32",
            "bytes": 1915
        },
        {
            "chainId": "900",
            "totalComputeUnits": 56.85028452054606,
            "responseTime": "5674",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:32",
            "bytes": 2736
        },
        {
            "chainId": "900",
            "totalComputeUnits": 54.96441635273777,
            "responseTime": "5485",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:32",
            "bytes": 5715
        },
        {
            "chainId": "900",
            "totalComputeUnits": 46.8596146061625,
            "responseTime": "4675",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:31",
            "bytes": 2253
        },
        {
            "chainId": "900",
            "totalComputeUnits": 46.902541147258354,
            "responseTime": "4679",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:31",
            "bytes": 4363
        },
        {
            "chainId": "900",
            "totalComputeUnits": 45.658536917806366,
            "responseTime": "4555",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:31",
            "bytes": 1476
        },
        {
            "chainId": "900",
            "totalComputeUnits": 46.54849808218993,
            "responseTime": "4644",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:31",
            "bytes": 1448
        },
        {
            "chainId": "900",
            "totalComputeUnits": 45.737792106162544,
            "responseTime": "4563",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:31",
            "bytes": 939
        },
        {
            "chainId": "900",
            "totalComputeUnits": 51.09792803082008,
            "responseTime": "5099",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:23:31",
            "bytes": 1037
        },
        {
            "chainId": "900",
            "totalComputeUnits": 73.88028590753235,
            "responseTime": "7377",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:22:53",
            "bytes": 2737
        },
        {
            "chainId": "900",
            "totalComputeUnits": 71.72779210616252,
            "responseTime": "7162",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T15:21:20",
            "bytes": 939
        },
        {
            "chainId": "900",
            "totalComputeUnits": 41.979147191778964,
            "responseTime": "4187",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:55:53",
            "bytes": 1916
        },
        {
            "chainId": "900",
            "totalComputeUnits": 52.30078244862824,
            "responseTime": "5219",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:55:38",
            "bytes": 3095
        },
        {
            "chainId": "900",
            "totalComputeUnits": 33.73732746575159,
            "responseTime": "3363",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:55:08",
            "bytes": 604
        },
        {
            "chainId": "900",
            "totalComputeUnits": 54.69792803082007,
            "responseTime": "5460",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:54:57",
            "bytes": 1037
        },
        {
            "chainId": "900",
            "totalComputeUnits": 43.49855633561459,
            "responseTime": "4339",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:54:26",
            "bytes": 1490
        },
        {
            "chainId": "900",
            "totalComputeUnits": 46.449599349313196,
            "responseTime": "4635",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:53:49",
            "bytes": 2242
        },
        {
            "chainId": "900",
            "totalComputeUnits": 60.85913748287485,
            "responseTime": "6077",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:52:46",
            "bytes": 1909
        },
        {
            "chainId": "900",
            "totalComputeUnits": 57.95029561643647,
            "responseTime": "5784",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:51:31",
            "bytes": 2744
        },
        {
            "chainId": "900",
            "totalComputeUnits": 43.41779349314884,
            "responseTime": "4332",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:50:26",
            "bytes": 940
        },
        {
            "chainId": "900",
            "totalComputeUnits": 49.73849253424471,
            "responseTime": "4964",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:50:00",
            "bytes": 1444
        },
        {
            "chainId": "900",
            "totalComputeUnits": 55.579711695203606,
            "responseTime": "5547",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:49:45",
            "bytes": 2323
        },
        {
            "chainId": "900",
            "totalComputeUnits": 46.5124898287652,
            "responseTime": "4640",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:49:26",
            "bytes": 4326
        },
        {
            "chainId": "900",
            "totalComputeUnits": 72.27442328766928,
            "responseTime": "7216",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:48:41",
            "bytes": 5720
        },
        {
            "chainId": "900",
            "totalComputeUnits": 48.54961321917621,
            "responseTime": "4845",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:42:20",
            "bytes": 2252
        },
        {
            "chainId": "900",
            "totalComputeUnits": 59.88029145547757,
            "responseTime": "5978",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:40:44",
            "bytes": 2741
        },
        {
            "chainId": "900",
            "totalComputeUnits": 42.84779349314884,
            "responseTime": "4274",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:40:18",
            "bytes": 940
        },
        {
            "chainId": "900",
            "totalComputeUnits": 50.927919708902266,
            "responseTime": "5082",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:54",
            "bytes": 1031
        },
        {
            "chainId": "900",
            "totalComputeUnits": 46.02078938355975,
            "responseTime": "4591",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:54",
            "bytes": 3100
        },
        {
            "chainId": "900",
            "totalComputeUnits": 39.239127773970736,
            "responseTime": "3913",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:54",
            "bytes": 1902
        },
        {
            "chainId": "900",
            "totalComputeUnits": 34.56732330479269,
            "responseTime": "3446",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:53",
            "bytes": 601
        },
        {
            "chainId": "900",
            "totalComputeUnits": 40.52853830479266,
            "responseTime": "4042",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:51",
            "bytes": 1477
        },
        {
            "chainId": "900",
            "totalComputeUnits": 55.84913332191595,
            "responseTime": "5574",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:51",
            "bytes": 1906
        },
        {
            "chainId": "900",
            "totalComputeUnits": 44.1496146061625,
            "responseTime": "4404",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:50",
            "bytes": 2253
        },
        {
            "chainId": "900",
            "totalComputeUnits": 54.04029006849126,
            "responseTime": "5394",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:47",
            "bytes": 2740
        },
        {
            "chainId": "900",
            "totalComputeUnits": 42.71779349314884,
            "responseTime": "4261",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:45",
            "bytes": 940
        },
        {
            "chainId": "900",
            "totalComputeUnits": 41.92248150684739,
            "responseTime": "4181",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:44",
            "bytes": 4320
        },
        {
            "chainId": "900",
            "totalComputeUnits": 50.339708921230994,
            "responseTime": "5023",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:44",
            "bytes": 2321
        },
        {
            "chainId": "900",
            "totalComputeUnits": 44.08849808218992,
            "responseTime": "4398",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:44",
            "bytes": 1448
        },
        {
            "chainId": "900",
            "totalComputeUnits": 51.09443438355969,
            "responseTime": "5098",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:43",
            "bytes": 5728
        },
        {
            "chainId": "900",
            "totalComputeUnits": 40.329124999998136,
            "responseTime": "4022",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:41",
            "bytes": 1900
        },
        {
            "chainId": "900",
            "totalComputeUnits": 44.96078938355976,
            "responseTime": "4485",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:41",
            "bytes": 3100
        },
        {
            "chainId": "900",
            "totalComputeUnits": 31.51732469177898,
            "responseTime": "3141",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:40",
            "bytes": 602
        },
        {
            "chainId": "900",
            "totalComputeUnits": 55.664426061641876,
            "responseTime": "5555",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:35",
            "bytes": 5722
        },
        {
            "chainId": "900",
            "totalComputeUnits": 57.07970892123101,
            "responseTime": "5697",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:35",
            "bytes": 2321
        },
        {
            "chainId": "900",
            "totalComputeUnits": 58.949129160957035,
            "responseTime": "5885",
            "api-endpoint": "/oracle/getdexdata",
            "status": 200,
            "timestamp": "2025-01-08T13:38:35",
            "bytes": 1903
        }
    ]
}

Table of Contents:


Account Abstraction

API Endpoint
Total Compute Units

/aa/getpaymasterdata

18

/aa/getsignaturemessage

16

/aa/getuserops

15

/aa/senduserops

19

Bridge

API Endpoint
Total Compute Units

/bridge/addliquidity

23

/bridge/getsupportedchains

5

/bridge/getliquidity

25

/bridge/getprice

47

/bridge/getroute

20

/bridge/gettransaction

37

/bridge/removeliquidity

7

/bridge/swap

18

/bridge/getsupportedtokens

23

Chain

API Endpoint
Total Compute Units

/chain/decodetransaction

17

/chain/generic

16

/chain/getbalance

18

/chain/getblock

14

/chain/getflashbotbundle

8

/chain/getflashbotblocks

33

/chain/getflashbottransactions

15

/chain/getgasfees

10

/chain/getgasprice

13

/chain/gethistoricalrewards

26

/chain/getpublicrpc

20

/chain/getstorage

13

/chain/gettokenaddress

20

/chain/gettransaction

16

/chain/getusertransactions

18

/chain/portfolio

8

/chain/sendtransaction

14

Derivative

API Endpoint
Total Compute Units

/derivative/getassets

24

/derivative/getfills

29

/derivative/gethistoricalpnl

20

/derivative/getorder

26

/derivative/getorders

19

/derivative/getperpetualpositions

23

/derivative/getsubaccounts

32

/derivative/gettransfers

21

DEX

API Endpoint
Total Compute Units

/dex/addliquidity

16

/dex/gethistoricaltimeseries

190

/dex/gethistoricaltransactions

30

/dex/getindividualposition

19

/dex/getliquidityholders

121

/dex/getliquiditysources

34

/dex/getpoolchartdata

350

/dex/getpoolliquidity

21

/dex/getpools

46

/dex/getpooltradedata

30

/dex/getprice

22

/dex/gettokenliquidity

26

/dex/getuserliquidity

24

/dex/getwalletposition

1044

/dex/quoteaggregator

36

/dex/removeliquidity

21

/dex/swap

13

/dex/swapaggregator

146

Fungible Token

API Endpoint
Total Compute Units

/fungibletoken/approve

14

/fungibletoken/convertbasetokentowraptoken

28

/fungibletoken/convertwraptokentobasetoken

21

/fungibletoken/gettokendetails

16

/fungibletoken/getuserallowance

14

/fungibletoken/getuserbalance

21

/fungibletoken/historical/logs

22

/fungibletoken/historical/transactions

58

/fungibletoken/historical/weth

37

/fungibletoken/transfer

20

/fungibletoken/transferfrom

17

Lend Borrow

API Endpoint
Total Compute Units

/lendborrow/borrow

14

/lendborrow/deposit

14

/lendborrow/entermarket

27

/lendborrow/entermarketstatus

34

/lendborrow/exitisolationmode

32

/lendborrow/exitmarket

26

/lendborrow/getpool

35

/lendborrow/getpools

25

/lendborrow/getuseraccountdata

57

/lendborrow/migrate

15

/lendborrow/repay

25

/lendborrow/setuseremode

23

/lendborrow/withdraw

15

NFT

API Endpoint
Total Compute Units

/nft/getbalance

18

/nft/getmetadata

25

/nft/getowner

23

/nft/historical/logs

39

/nft/historical/transactions

14

Oracle

API Endpoint
Total Compute Units

/oracle/getprice

16

/oracle/getsupportedtokens

46

Stablecoin

API Endpoint
Total Compute Units

/stablecoin/getprice

16

Synthetic

API Endpoint
Total Compute Units

/synthetic/depositpeggedtoken

18

/synthetic/getprice

23

/synthetic/withdrawpeggedtoken

15

WETH

API Endpoint
Total Compute Units

/weth/getbalance

6

/weth/historical/logs

20

Yield Aggregator

API Endpoint
Total Compute Units

/yieldaggregator/depositpool

27

/yieldaggregator/depositvault

14

/yieldaggregator/getbalance

22

/yieldaggregator/getvaults

43

/yieldaggregator/withdrawpool

15

/yieldaggregator/withdrawvault

18

Account Abstraction
Bridge
Chain
Derivative
DEX
Fungible Token
Lend Borrow
NFT
Oracle
Stablecoin
Synthetic
WETH
Yield Aggregator