Solana Connection
The order account PublicKey (order ID)
The PublicKey which created the order
Galactic Marketplace program ID
Solana Connection
The order account PublicKey (order ID)
The PublicKey purchasing the order
Self-explanatory
Galactic Marketplace program ID
(optional) Atlas Staking program ID, used to find seller's ATLAS staking account for market fee reductions - defaults to mainnet staking program ID
(optional) A RegisteredStake
account, used to validate the seller's ATLAS staking account - defaults to the Atlas locker deployed by Star Atlas on mainnet
Get a Transaction to initialize either a buy or sell order
Solana Connection
Order creator
Item mint, e.g. Discovery of Iris
The quote currency, e.g. ATLAS, USDC
Self-explanatory
The price of the item
Galactic Marketplace program ID
The order side from the perspective of the order creator
Fetches all open orders from the Galactic Marketplace filtered by asset.
Solana Connection
The token PublicKey
Marketplace program PublicKey
Fetches all open orders from the Galactic Marketplace filtered by currency.
Solana Connection
Currency mint - use getAllGmRegisteredCurrencyInfo
for a list of valid currencies
Marketplace program PublicKey
Fetches all open orders from the Galactic Marketplace filtered by asset.
Solana Connection
User PublicKey
The token PublicKey
Marketplace program PublicKey
Fetches all open orders from the Galactic Marketplace filtered by asset.
Solana Connection
User PublicKey
Currency mint - use getAllGmRegisteredCurrencyInfo
for a list of valid currencies
Marketplace program PublicKey
Returns information about all valid quote currencies registered with the Galactic Marketplace
Solana Connection
Marketplace program PublicKey
Forces currency cache to be invalidated
Provides utility methods and transaction builders for interacting with the Galactic Marketplace.