Dexible SDK v1.0
  • Dexible API & SDK
  • Overview
    • How Dexible Works
      • Costs
      • Verification and Validation
  • Modules
  • Major SDK Components
    • Token
    • Quotes
    • Algos
      • Limit
      • Stop Price Algos
      • TWAP
      • StopLimit Algo
    • Order
    • Contact
  • Policies
  • Policy Overview
    • Custom Algos
  • Reporting
    • Summary Reports
    • Auditable Records
Powered by GitBook
On this page

Dexible API & SDK

Professional grade, programmatic execution for open financial markets

NextHow Dexible Works

Last updated 2 years ago

See the | |

Also see the , the , and the

The SDK is a library used to interact directly with the Dexible infrastructure. It makes it easier to call the appropriate APIs with added header signatures, etc. With the SDK, it is possible to:

  • Lookup token metadata quickly (including wallet balance and Dexible spend allowances)

  • Get quotes for token swaps

  • Submit orders to Dexible for execution

  • Query active and historical orders

  • Pause, Resume, and Cancel orders

Before diving into the weeds of the SDK, it may be necessary to first understand how Dexible receives, validates, and executes orders--basically how Dexible works.

See below the experience you can expect:

Getting an Order Quote

Submit an Order

is a fully automated Execution Management System (EMS) for DeFi. In its simplest form, Dexible takes on the responsibility of executing DeFi "orders" according to user-specified "policies". These policies basically dictate how execution should be carried out.

Dexible
Dexible Website
Dexible Web App UI
Dexible User Documentation
Dexible Javascript SDK
Dexible Javascript SDK Starter
Dexible Python SDK