SYMMIO Diamond SDK

The SYMMIO Diamond SDK provides ready-to-use code examples and utilities for interacting with the Symmio Diamond and Helper Contracts. For comprehensive information on contract functions, please refer to the Contracts Documentation. To understand the trading flow, consult this Guide.

This toolkit is ideal for:

  • DeFi developers working with Symmio protocol

  • Trading platforms looking to integrate with Symmio

  • Developers building custom interfaces for decentralized perpetual trading

  • Anyone wanting to understand how to interact with the SYMM Diamond contract

Features Overview

The toolkit provides implementations for key protocol interactions:

  • Account Management

    • Create and manage sub-accounts via the MultiAccount contract

    • Deposit and allocate collateral

  • Trading Operations

    • Send quotes

    • Open and close positions

    • Cancel quotes

  • View Functions

    • Query account balances

    • Retrieve open positions

    • Access quote details

Getting Started

To begin working with the SYMM Diamond SDK:

  1. Set Up Environment: Follow the installation instructions in the README to configure your development environment.

  2. Configure Settings: Copy the .env.examplearrow-up-right file to .env and fill in your specific configuration values.

  3. Run Example Scripts: Query information related to positions and execute functions on the diamond.

Last updated