> For the complete documentation index, see [llms.txt](https://metasky.gitbook.io/mews/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metasky.gitbook.io/mews/metasky-api-collection/enums.md).

# ENUMS

<table data-header-hidden><thead><tr><th width="212"></th><th width="242"></th><th></th></tr></thead><tbody><tr><td><mark style="color:red;"><strong>ENUM</strong></mark></td><td><mark style="color:red;"><strong>VALUES</strong></mark></td><td><mark style="color:red;"><strong>DESCRIPTION</strong></mark></td></tr><tr><td>contact_type</td><td>email, mobile</td><td>Type of identifier used for creating an account</td></tr><tr><td>network_name</td><td>ETHEREUM, NEAR, POLYGON, SEPOLIA, MUMBAI POLYGON, NEAR TESTNET</td><td>Name of the blockchain on which API is run </td></tr><tr><td>network_type</td><td>EVM, FIAT, NEAR</td><td>Type of the network on the blockchain for running the API</td></tr><tr><td>secure_action_mode</td><td>email, mobile</td><td>The mode via which, authentication of a secure action needs to be done. Example - email verification, OTP </td></tr><tr><td>payment_mode</td><td>FIAT, USER_WALLET_BALANCE, CLIENT_WALLET_BALANCE</td><td>The mode of payment for performing an operation. Debiting from user or client wallet or direct purchase paying fiat </td></tr><tr><td>order_type</td><td>TRANSFER, CLAIM_NFT</td><td>The type of operation to perform. Example - claiming an NFT or transferring a token from one user to another </td></tr><tr><td>order_status</td><td>INIT, PENDING, COMPLETED, FAILED, EXPIRED</td><td>The status of a transaction after it has been initiated. <br>Init - Authentication of user is pending <br>Pending - Authentication of client is pending<br>Completed - Transaction is successfully completed <br>Failed - Transaction has failed<br>Expired - Transaction has expired </td></tr><tr><td>currency_symbols</td><td>INR, USD, JPY, ETH, MATIC, NEAR</td><td>The symbol of the currency present in a user's account</td></tr><tr><td>listing_type</td><td>DROP, MARKETPLACE_LISTING</td><td>The type of listing used to transact NFTs. Example - Drop by a client or marketplace listing for public trading </td></tr></tbody></table>
