Injective Trading Docs
Injective | Trading
Injective | Trading
  • Getting Started
  • Learn
    • Basics
      • Order Types
      • Margin Trading
        • Liquidation
        • Funding Rates
        • Performing Liquidations
      • Trading Fees and Rebates
    • Derivatives
      • Perpetuals
      • Expiry Futures
      • Election Perpetual
      • Pre-Launch Futures
      • Index Perpetual Futures
  • Rewards
    • Open Liquidity Program (OLP)
      • Introduction
      • OLP Rewards
      • Epochs
      • Eligibility
      • Program Details
        • Scoring Formula/Methodology
        • Formula Parameters
        • Reward Allocations
        • Flexible Reward Allocations
        • Eligible Markets
        • Reward Allocations (Legacy)
      • Reward Disbursements
      • Performance Tracking
      • Volatility Response Modifications (VRMs)
    • Fee Tiers
  • Resources
    • Python SDK
    • TypeScript SDK
    • Go SDK
    • Injectived CLI
    • API Documentation
    • Mainnet Status
    • Injective Explorer
    • Testnet Faucet
    • Testnet Status
Powered by GitBook
On this page
Export as PDF
  1. Rewards
  2. Open Liquidity Program (OLP)

Performance Tracking

OLP Dashboard

PreviousReward DisbursementsNextVolatility Response Modifications (VRMs)

Last updated 1 year ago

Current and historical information on market allocations, expected/earned rewards, scores per market, and eligibility can be found on the in the .

Snapshot data can be found under the . CSV files can also be downloaded in the to view scores for all addresses and all markets at the same time—this information may be helpful for market participants that wish to view data on a broad level.

OLP data for current and previous epochs can also be queried programmatically:

Epochs and Markets:
curl -s -X POST https://glp.rest.injective.network/injective_dmm_v2_rpc.InjectiveDmmV2RPC/GetEpochs
Rewards per Address:
curl -s -d '{"epochId":"epoch_231128_231225"}' -X POST https://glp.rest.injective.network/injective_dmm_v2_rpc.InjectiveDmmV2RPC/GetEpochScores
Rewards in a Market:
curl -X POST -d '{"epochId": "epoch_240123_240219", "marketId":"0x4ca0f92fc28be0c9761326016b5a1a2177dd6375558365116b5bdda9abc229ce", "page": {"perPage": 200}}' https://glp.rest.injective.network/injective_dmm_v2_rpc.InjectiveDmmV2RPC/GetTotalScores
Snapshots for Address:
curl -X POST -d '{"epochId": "epoch_240123_240219", "accountAddress": "<INSERT MM ADDRESS>", "marketId":"0x4ca0f92fc28be0c9761326016b5a1a2177dd6375558365116b5bdda9abc229ce", "page": {"perPage": 200}}' https://glp.rest.injective.network/injective_dmm_v2_rpc.InjectiveDmmV2RPC/GetTotalScoresHistory
OLP Dashboard
Injective Trading Portal
Scores tab
Scores tab