Developer Resources

Rage SDK

4min

Overview

You can efficiently retrieve exchange data, manage positions, and execute transactions seamlessly across multiple exchanges using the Rage SDK. 

It currently supports GMX V2, and will soon support GMX V1 and Synthetix V2. 

Benefits

  1. Unified Integration: Requires common integration across all on-chain exchanges.
  2. Optimized Data Retrieval: Optimized data fetching from all supported exchanges. Supports advanced caching for context-based data retrieval.
  3. Easy Transaction Execution: Easily execute and bundle trades across exchanges and assets using ERC 4337.
  4. Bundle approvals and funding claims: Automatically manage approvals and funding claims on multiple exchanges

Steps to Execute Trades

  1. Get Transactions: Obtain a transaction list using the Router SDK. 
  2. Execute Transactions: Execute transactions using a relevant signer.

Router SDK

Functionalities

  • Creating/Updating positions on various protocols (currently supports GMX V2).
  • Retrieval of market information and account details.

Access the SDK and utility functions: Router SDK