API Docs
  • Welcome!
  • API Basics
  • Authentication
    • Get an Access Token
    • Register an Account
    • Create a Project App
    • Grant Project Access
  • API Documentation
    • Project API
      • Create a Project
      • List All Projects
      • Read a Project
      • Update a Project
      • Delete a Project
    • Token API
      • Create a Token
      • Update a Token
      • Delete a Token
      • Generate a Token Contract
      • Read a Token Contract
      • Deploy a Token
      • List all Tokens
      • Read a Token
    • NFT API
      • Create an NFT Collection
      • Read an NFT Collection
      • Listing NFT Collections Under a Project
      • Update NFT Collection
      • Delete an NFT Collection
      • Add an NFT Item to a Collection
      • Read an NFT Item
      • Update NFT Item
      • Delete NFT Item
      • Generate an NFT Contract
      • Read an NFT Contract
      • Deploy an NFT Contract
      • Mint an NFT
      • List NFT Items in a Collection
    • Wallet API
      • Create a Wallet
      • Read Wallet Details
      • Update Wallet Details
      • List all Wallets in a Project
      • Check the Balance of an ERC-20 Token in a Wallet
      • Read a Token Details
      • Transfer Tokens Between Wallets
      • Mint an NFT to a Wallet
      • Read NFT Details
      • Read IDs of NFTs in a Wallet
      • Transfer NFTs Between Wallets
      • Check the Native Balance of a Wallet
      • Transfer a Native Coin
      • Delete a Wallet
Powered by GitBook
On this page
  1. API Documentation

Token API

Tokens are fungible blockchain-based digital assets. Games can use tokens as a virtual currency or to represent tradable, non-unique assets.

The Playfix Token API allows you to create tokens for your game. Tokens created with the Playfix Token API are ERC20 compliant and widely compatible with the Ethereum blockchain.

PreviousDelete a ProjectNextCreate a Token

Last updated 2 years ago