Marketplace API
Query and interact with the Tokery Marketplace:
GET /api/marketplace/listings
– List all tokenized assets available for trading, with filters (e.g., only real estate in EU, only assets with yield, etc.). This returns metadata including the token mint, asset name, current price (if there’s an AMM pool or last trade), etc.POST /api/marketplace/trade
– (Planned integration with DEX) Execute a trade of an asset token, abstracting the underlying DEX interaction. For example, Tokery might route a trade through a Solana DEX or its own AMM; the API call simplifies this for the developer by just requiring asset ID, buy/sell amount, and wallet details.
Last updated