LogoLogo
Join DiscordFollow on XBridge FundsLong $BERA
  • Doc Bros v1
    • Overview
    • Key Features
      • Speed & Liquidity is Key
      • Bropetual Markets
      • A Hub for Berachain DeFi
    • Proof-of-Liquidity
      • Reward Vault
    • Power of Points
    • Partners & Integrations
    • Campaigns
      • bro.trade Em Up
  • bullish bros
    • SuperBros NFT
  • Technicals
    • What is Proof-of-Liquidity?
    • One-Click Trading
    • Funding Rates
  • Liquidations & Insurance Fund
  • Vertex Edge Sequencer
  • Fees
  • PnL Settlements
  • Withdrawals
  • Pricing (Oracles)
  • links & resources
    • bro.trade Links
      • Website
      • Trade Bropetuals
      • Discord
      • X (Twitter)
      • Medium
      • Swap on OogaBooga
    • Berachain Links
      • Berachain.com
      • Official Bridge
      • BeraHub
      • Berascan
      • Bera Discord
      • Berachain X (Twitter)
      • Berachain Docs
    • FAQ
  • developer bros
    • API
      • Gateway
        • Executes
          • Place Order
          • Cancel Order
          • Cancel and Place
          • Cancel Product Order
          • Withdraw Colleteral
          • Transfer Quote
          • Liquidate Subaccount
          • Mint LP
          • Burn LP
          • Link Signer
        • Queries
          • All Products
          • Contracts
          • Fee Rates
          • Health Groups
          • Insurance
          • Linked Signer
          • Market Liquidity
          • Market Prices
          • Max Lp Mintable
          • Max Order Size
          • Max Withdrawable
          • Min Deposit Rates
          • Nonces
          • Order
          • Orders
          • Status
          • Subaccount Info
          • Symbols
        • Signing
          • Examples
          • Q A
      • Subscriptions
        • Authentication
        • Streams
        • Events
        • Rate Limits
      • Archive (indexer)
        • Candlesticks
        • Events
        • Funding Rate
        • Interest Funding Payments
        • Linked Signer Rate Limit
        • Liquidation Feed
        • Maker Statistics
        • Market Snapshots
        • Matches
        • Merkle Proofs
        • Oracle Price
        • Orders
        • Perp Prices
        • Product Snapshots
        • Rewards
        • Signatures
        • Subaccounts
        • Summary
        • HONEY Price
      • Trigger
        • Executes
          • Place Order
          • Cancel Orders
          • Cancel Product Orders
        • Queries
          • List Trigger Orders
      • V2
        • Apr
        • Assets
        • Contracts
        • Orderbook
        • Pairs
        • Tickers
        • Trades
      • Rate limits
      • Errors
      • Symbols
      • Depositing
      • Withdrawing (on-chain)
      • Integrate via Smart Contracts
      • Definitions / Formulas
    • On-Chain Contracts
Powered by GitBook
On this page
  • Request
  • Response
  • Response Fields
  1. developer bros
  2. API
  3. V2

Apr

Request

GET [GATEWAY_V2_ENDPOINT]/apr

Response

[
    {
        "name": "USD Coin",
        "symbol": "HONEY",
        "product_id": 0,
        "deposit_apr": 0.000814713180599929,
        "borrow_apr": 0.013787383986496147,
        "tvl": 295868.1800482209
    },
    {
        "name": "Wrapped Ether",
        "symbol": "WETH",
        "product_id": 93,
        "deposit_apr": 0.001660345938708101,
        "borrow_apr": 0.01644425174333075,
        "tvl": 299895.23031417205
    },
    {
        "name": "Wrapped Mantle",
        "symbol": "wMNT",
        "product_id": 109,
        "deposit_apr": 0.000022493743736921,
        "borrow_apr": 0.010189531421664679,
        "tvl": 46088.38922953847
    },
    {
        "name": "Mantle Staked Ether",
        "symbol": "METH",
        "product_id": 111,
        "deposit_apr": 0.0,
        "borrow_apr": 0.0,
        "tvl": 634462.9348960337
    }
]

Response Fields

Field Name
Type
Nullable
Description

product_id

number

No

Internal unique ID of spot / perp product

name

string

No

Asset name (as represented internally in the exchange).

symbol

string

No

Asset symbol (as represented internally in the exchange).

deposit_apr

float

No

The current estimated APR for depositing or holding this asset. Note: This value should be multiplied by 100 to represent the percentage (%) form.

borrow_apr

float

No

The current estimated APR for borrowing this asset. Note: This value should be multiplied by 100 to represent the percentage (%) form.

tvl

tvl

No

Total Value Locked (TVL) represents the current HONEY value of this asset, calculated as the difference between deposits and borrows.

PreviousV2NextAssets

Last updated 2 months ago