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
Last updated
Was this helpful?