API

The Superform API turns user-defined actions into interpretable data for the Superform core contracts. There are three main functions of the Superform API:

  1. Translate user inputs into transaction data without the need for interaction from intermediary or helper contracts

  2. Track the status of transactions and make required payments if underfunded

  3. Service vault data and metadata

This is different from the Superform public API, which allows 3rd parties to programmatically submit withdrawals/deposits transactions for their Superpositions and integrate them more intelligently into their workflows.

Access the public API here: https://apidocs.superform.xyz/docs/getting-started

Last updated