# Documentation ## Docs - [Creates user and returns JWT](https://docs.worlds.org/api-reference/auth/creates-user-and-returns-jwt.md) - [Login function returns JWT](https://docs.worlds.org/api-reference/auth/login-function-returns-jwt.md) - [Returns users information generated from JWT](https://docs.worlds.org/api-reference/auth/returns-users-information-generated-from-jwt.md) - [Creates the transaction for buying from a marketplace contract listing](https://docs.worlds.org/api-reference/chain/creates-the-transaction-for-buying-from-a-marketplace-contract-listing.md) - [Mints NFT to the given address](https://docs.worlds.org/api-reference/chain/mints-nft-to-the-given-address.md) - [Returns the marketplace auction listings](https://docs.worlds.org/api-reference/chain/returns-the-marketplace-auction-listings.md) - [Returns the marketplace direct listings](https://docs.worlds.org/api-reference/chain/returns-the-marketplace-direct-listings.md) - [Sends token to given address](https://docs.worlds.org/api-reference/chain/sends-token-to-given-address.md) - [signs a tx using aws kms and then sends the signed tx on the sepolia network](https://docs.worlds.org/api-reference/chain/signs-a-tx-using-aws-kms-and-then-sends-the-signed-tx-on-the-sepolia-network.md) - [signs a tx using private key stored in vault and returns the signed tx](https://docs.worlds.org/api-reference/chain/signs-a-tx-using-private-key-stored-in-vault-and-returns-the-signed-tx.md) - [Checks server status](https://docs.worlds.org/api-reference/default/checks-server-status.md) - [Add a new column to an existing table](https://docs.worlds.org/api-reference/table/add-a-new-column-to-an-existing-table.md) - [Add a trigger to a table](https://docs.worlds.org/api-reference/table/add-a-trigger-to-a-table.md) - [Create a new schema](https://docs.worlds.org/api-reference/table/create-a-new-schema.md) - [Create a new table](https://docs.worlds.org/api-reference/table/create-a-new-table.md) - [Decrement data in a table](https://docs.worlds.org/api-reference/table/decrement-data-in-a-table.md) - [Delete a column from a table](https://docs.worlds.org/api-reference/table/delete-a-column-from-a-table.md) - [Delete an existing table](https://docs.worlds.org/api-reference/table/delete-an-existing-table.md) - [Delete data from a table](https://docs.worlds.org/api-reference/table/delete-data-from-a-table.md) - [Execute a select query](https://docs.worlds.org/api-reference/table/execute-a-select-query.md) - [Get all columns from a specific table](https://docs.worlds.org/api-reference/table/get-all-columns-from-a-specific-table.md) - [Get all schemas](https://docs.worlds.org/api-reference/table/get-all-schemas.md) - [Get all tables from a specific schema](https://docs.worlds.org/api-reference/table/get-all-tables-from-a-specific-schema.md) - [Get default tables to prevent creating tables with same names](https://docs.worlds.org/api-reference/table/get-default-tables-to-prevent-creating-tables-with-same-names.md) - [Get the entire table data by table name](https://docs.worlds.org/api-reference/table/get-the-entire-table-data-by-table-name.md) - [Get the table data by column value, example: /getTableValue/users/username/johndoe](https://docs.worlds.org/api-reference/table/get-the-table-data-by-column-value-example:-gettablevalueusersusernamejohndoe.md) - [Get the table data with optional filtering by multiple column values.](https://docs.worlds.org/api-reference/table/get-the-table-data-with-optional-filtering-by-multiple-column-values.md) - [Increment data in a table](https://docs.worlds.org/api-reference/table/increment-data-in-a-table.md) - [Insert data into a table](https://docs.worlds.org/api-reference/table/insert-data-into-a-table.md) - [Joins two tables](https://docs.worlds.org/api-reference/table/joins-two-tables.md) - [Remove a trigger from a table](https://docs.worlds.org/api-reference/table/remove-a-trigger-from-a-table.md) - [Rename an existing column in a table](https://docs.worlds.org/api-reference/table/rename-an-existing-column-in-a-table.md) - [Update data in a table](https://docs.worlds.org/api-reference/table/update-data-in-a-table.md) - [Update data in a table with filters](https://docs.worlds.org/api-reference/table/update-data-in-a-table-with-filters.md) - [Update the name of an existing table](https://docs.worlds.org/api-reference/table/update-the-name-of-an-existing-table.md) - [Mints erc20 token(s) to a wallet](https://docs.worlds.org/api-reference/thirdweb/mints-erc20-tokens-to-a-wallet.md) - [Creates a wallet using AWS KMS](https://docs.worlds.org/api-reference/wallet/creates-a-wallet-using-aws-kms.md) - [Creates a wallet using Turnkey](https://docs.worlds.org/api-reference/wallet/creates-a-wallet-using-turnkey.md) - [Creates public and private key](https://docs.worlds.org/api-reference/wallet/creates-public-and-private-key.md) - [Creates public and private key and stores in vault](https://docs.worlds.org/api-reference/wallet/creates-public-and-private-key-and-stores-in-vault.md) - [Decrypts private key](https://docs.worlds.org/api-reference/wallet/decrypts-private-key.md) - [Encrypts private key](https://docs.worlds.org/api-reference/wallet/encrypts-private-key.md) - [Returns all tokens for an address](https://docs.worlds.org/api-reference/wallet/returns-all-tokens-for-an-address.md) - [Returns NFTs](https://docs.worlds.org/api-reference/wallet/returns-nfts.md) - [Returns wallet stats](https://docs.worlds.org/api-reference/wallet/returns-wallet-stats.md) - [Returns wallet worth](https://docs.worlds.org/api-reference/wallet/returns-wallet-worth.md) - [FAQ](https://docs.worlds.org/considerations/FAQ.md) - [API](https://docs.worlds.org/features/API.md): All Worldsbase endpoints are accessible via REST calls or Composer Nodes - [Authentication](https://docs.worlds.org/features/Authentication.md) - [Composer](https://docs.worlds.org/features/Composer.md): Composer is a no-code automation tool for building on top of your data. You can build "Flows" triggered from data, events, smart contract events, and scheduled times. - [Table Editor](https://docs.worlds.org/features/Table-Editor.md): The Worldsbase Table Editor allows you to explore and manage your data. Connect your own postgres database, or Worldsbase will spin one up for you. - [Unreal Engine Plugin](https://docs.worlds.org/features/Unreal-Engine-Plugin.md): Worldsbase was built with gaming as it’s first priority. Our Worldsbase Unreal Engine Plugin allows full access to everything in Worldsbase. Still, everything is accessible via a REST API if you don’t wish to use the plugin. - [Web3](https://docs.worlds.org/features/Web3.md): Worldsbase provides a suite of web3 tooling via REST APIs and workflow automation Nodes - [Installation](https://docs.worlds.org/installation.md) - [Introduction](https://docs.worlds.org/introduction.md): Worldsbase is the missing data layer for web3. ## OpenAPI Specs - [openapi](https://docs.worlds.org/openapi.yaml) - [openapi-from-url-fc6e8652-e4b7-4d17-8287-f05ecf793a5f](https://docs.worlds.org/openapi-from-url-fc6e8652-e4b7-4d17-8287-f05ecf793a5f)