APR

Retrieve current deposit / borrow APRs of available spots on Vertex.

Request

GET [GATEWAY_V2_ENDPOINT]/apr

Response

[
    {
        "name": "USD Coin",
        "symbol": "USDC",
        "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

Last updated