> 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/api-list.md).

# API List

- [User](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/user.md)
- [Register New User](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/user/register-new-user.md): This API registers a new user of the client on the Metasky server
- [Wallet](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/wallet.md)
- [Fetch Wallet Balance Summary](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/wallet/fetch-wallet-balance-summary.md): This API fetches the #NFTs and the fiat value of the tokens stored in the user's wallet
- [Fetch All Wallet NFTs](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/wallet/fetch-all-wallet-nfts.md): This API fetches all the NFTs present in user's wallet and their details such as name, collection name, description, and image.
- [Fetch All Coin Balances](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/wallet/fetch-all-coin-balances.md): This API fetches the balance of all the crypto and non-crypto coins present in user's wallet.
- [Fetch NFT Details](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/wallet/fetch-nft-details.md): This API fetches all the details of a particular NFT present in user's wallet.
- [Fetch System Health Status](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/wallet/fetch-system-health-status.md)
- [Accounts](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/accounts.md)
- [Create Specific Account](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/accounts/create-specific-account.md): This API create a user's new account on a different blockchain
- [Fetch All Accounts](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/accounts/fetch-all-accounts.md): This API fetches all the accounts present in the wallet of the user.
- [Orders](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/orders.md)
- [Fetch Listing Details](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/orders/fetch-listing-details.md): This API fetches all the details of an NFT listed on marketplace or to be airdropped to a user
- [Preview Transfer Asset Order](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/orders/preview-transfer-asset-order.md)
- [Create a Transfer Order](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/orders/create-a-transfer-order.md)
- [Preview NFT Drop](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/orders/preview-nft-drop.md): Preview NFT Claim Order
- [Claim NFT Order](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/orders/claim-nft-order.md)
- [Fetch An Order](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/orders/fetch-an-order.md): Details of order
- [Fetch All Orders](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/orders/fetch-all-orders.md): List of all orders and their details
- [Auth](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/auth.md)
- [Secure Action](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/auth/secure-action.md): When a client wants to perform an action on chain on behalf of the user, a verification prompt is sent to the user. This API sends the prompt for user to verify
- [Secure Action Verify](https://metasky.gitbook.io/mews/metasky-api-collection/api-list/auth/secure-action-verify.md): After the user has verified the action, the client has to verify the action again before the action is finally performed on chain. This API triggers the second verification
