Mythical Platform
Mythical Platform
  • The Mythical Platform API
  • Quick start
    • Authenticate
    • Create a guest player
    • Create an item type
    • Grant an item to a player
    • Update item metadata
    • Use webhooks for real time messages
    • Buy a listed item
  • API Reference
    • Players
    • Item Types
    • Items
    • Marketplace
      • Listings
      • Offers
      • Quick trade
      • Transaction history
      • Exchange rate
    • Webhook management
    • System
Powered by GitBook
On this page
  • Quick start
  • API Reference

The Mythical Platform API

NextAuthenticate

Last updated 1 month ago

Integrate a secondary economy and so much more into your game, effortlessly. The Mythical Platform is built by game developers for game developers, enabling studios to provide revolutionary trading and ownership experiences both in and out of their game without having to learn complex blockchain paradigms or implement blockchain infrastructure.

  • Mythical Marketplace: When an asset is granted using the platform, it is minted to the player’s on-chain wallet. In doing so, the player can immediately visit the Mythical Marketplace on the web and trade their item with no additional development effort needed from the studio.

  • In-Game Marketplace: The Mythical Platform allows you to craft immersive, dynamic experiences that allow players to trade their items without ever having to leave the game. Putting a simple marketplace interface in the game is just the start. Imagine being able to inspect a player’s inventory and make an offer for their item. The possibilities are endless.

Quick start

Start here:

API Reference

Provide a seamless experience between modern auth paradigms and on-chain wallets.

An item type is the blueprint from which individual items can be created. On-chain, these are collections from which NFTs can be minted.

An item is a singular instance created from an item type, which carries metadata and can be traded in the Mythical Marketplace. On-chain, these are NFTs minted from collections.

Configure webhooks to stream real time events back to your game.

Perform system healthchecks and more.

Create a guest player
Players
Item Types
Items
Webhook management
System