Markets
Learn more about how to interact with Mirage's perp future markets via our SDK in this documentation.
Entities are SDK representations of an Object existing on the aptos blockchain. They can be used to fetch data for use in transactions and UI displays based on these objects.
Transactions are the operations available for creating and interacting with positions, limit orders, and strategies.
Views are the functions for reading data from and about markets and positions/orders/strategies.
Queries are methods for reading off-chain, indexed data regarding markets/positions.
Utilities are basic helper functions for ease-of-use for market interactions.
Examples covers basic end-to-end examples for building and reading entities, sending transactions, and reading data via view functions. If you're learning, it's best to start here first.