LogoLogo
  • Getting Started
  • How to Connect
  • Sample Use Cases & Code
    • Using the Python-SDK
    • Direct Smart Contract Interaction
      • Creating a Buy Order
      • Creating a Sell Order
      • Canceling Open Orders
    • Using the REST API
  • REST API
    • Order
    • PublicMarketData
    • Wallet
    • Trade
    • Models
  • Smart Contract ABI
    • OrderBook
    • Order Data (explanation)
  • Websocket API
    • Orderbook
    • Orders
    • Ticker
    • Trades
  • SDK Documentation
    • Getting Started
    • REST API Interaction
    • Smart Contract Interaction
      • Order Placement
      • Order Cancelation
Powered by GitBook

Privacy

  • Privacy Policy

All rights reserved. 21X AG

On this page
  • Request Sandbox Environment
  • Requirements
Export as PDF

Getting Started

NextHow to Connect

Last updated 8 days ago

In this page, we will show you how to get started with our platform and access the exciting opportunities of the digital asset market.

Request Sandbox Environment

Before you can start working on any technical integration you need to request a Sandbox Environment. Our sandbox environment will include

  • One or more Financial Instruments

  • Typically one EMT

  • One or more whitelisted test users (investors) with dedicated test wallets

  • Access to a trading frontend

  • API and SDK access to the sandbox environment

Requirements

Before you begin, you need to have some prerequisites:

  • A scripting language of your choice, such as Python or TypeScript. You will use this to interact with our APIs and smart contracts.

  • A REST API client, such as Postman. This will help you test and debug your requests and responses.

  • A wallet for Polygon PoS Chain (POL), with some POL tokens to cover the gas fees. You will need this to perform transactions on the Polygon network, where our platform is deployed.

We assume that you have already set up these prerequisites and are ready to go. If not, please refer to the documentation links below for more details.

Python and web3
Javascript/Typescript and viem
Postman
Metamask