UMIVERSE SDK
  • UMIVERSE SDK Doc
    • Overview
    • Configure Secret Key and API Domain
    • Sync Account
      • OAuth login
        • Preparations for OAuth
        • Use Authorization_Code to get UMI_UID
        • Decrypt Authorization Code
          • AES Decrypt
    • Dive Points
      • Increase DivePoint
        • API
      • Mission System
        • Request task panel view in H5 game
    • Game Recharge
      • Initiate Recharge Request
      • Handle Recharge Completion
  • Signature
    • Typescript
    • PHP
    • Java
    • C++
  • SDK DEMO
  • Legacy
    • API Key/Secret
    • SignUp & SignIn
    • Get UMI UID
    • Authentication
    • Umiverse Features
      • Mint
      • Send a server-generated item to Umi account
      • Get all items that the player can put up for sale
      • Send an item to a player
      • Deduct an item from a player
    • Redirect
  • Developer Console
    • Add Game Information
Powered by GitBook
On this page
  1. Legacy
  2. Umiverse Features

Send a server-generated item to Umi account

Send server-generated item.

POST {{GAME_SERVER_API}}/equipment/system/mint

Request Body

Name
Type
Description

equipmentId*

String

Equipment ID

serverId

String

Game Server id

account*

String

UMI UID

ts*

Int

timestamp

sign*

String

signature

// JSON result
{
    "code":200,
    "data":"",
    "msg":"success"
}

PreviousMintNextGet all items that the player can put up for sale

Last updated 1 year ago