Metasky
  • Welcome!
  • Introduction
    • Our Solutions
    • Web 3.0 Resources
  • Metasky Studio
    • Introduction
    • Easy Steps To Create Your Own Club
    • Studio Modules
      • Messaging
      • Members
      • Utilities
        • Discord Utility
      • Collections
      • Bounties
        • Twitter
        • Custom
      • Marketplace
      • Leaderboard
      • Settings
      • Accounts
  • Skywallet (End User UI)
    • Home
    • Wallet
    • My Clubs
    • Updates
  • Metasky API Collection
    • Metasky API - Swagger Link
    • Authentication
    • Blockchains and Networks
    • ENUMS
    • API List
      • User
        • Register New User
      • Wallet
        • Fetch Wallet Balance Summary
        • Fetch All Wallet NFTs
        • Fetch All Coin Balances
        • Fetch NFT Details
        • Fetch System Health Status
      • Accounts
        • Create Specific Account
        • Fetch All Accounts
      • Orders
        • Fetch Listing Details
        • Preview Transfer Asset Order
        • Create a Transfer Order
        • Preview NFT Drop
        • Claim NFT Order
        • Fetch An Order
        • Fetch All Orders
      • Auth
        • Secure Action
        • Secure Action Verify
Powered by GitBook
On this page

Was this helpful?

  1. Metasky API Collection

ENUMS

ENUM

VALUES

DESCRIPTION

contact_type

email, mobile

Type of identifier used for creating an account

network_name

ETHEREUM, NEAR, POLYGON, SEPOLIA, MUMBAI POLYGON, NEAR TESTNET

Name of the blockchain on which API is run

network_type

EVM, FIAT, NEAR

Type of the network on the blockchain for running the API

secure_action_mode

email, mobile

The mode via which, authentication of a secure action needs to be done. Example - email verification, OTP

payment_mode

FIAT, USER_WALLET_BALANCE, CLIENT_WALLET_BALANCE

The mode of payment for performing an operation. Debiting from user or client wallet or direct purchase paying fiat

order_type

TRANSFER, CLAIM_NFT

The type of operation to perform. Example - claiming an NFT or transferring a token from one user to another

order_status

INIT, PENDING, COMPLETED, FAILED, EXPIRED

The status of a transaction after it has been initiated. Init - Authentication of user is pending Pending - Authentication of client is pending Completed - Transaction is successfully completed Failed - Transaction has failed Expired - Transaction has expired

currency_symbols

INR, USD, JPY, ETH, MATIC, NEAR

The symbol of the currency present in a user's account

listing_type

DROP, MARKETPLACE_LISTING

The type of listing used to transact NFTs. Example - Drop by a client or marketplace listing for public trading

PreviousBlockchains and NetworksNextAPI List

Last updated 1 year ago

Was this helpful?