# Brickken Documentation ## Docs - [Prepare Transactions](https://docs.brickken.com/api-reference/endpoint/create.md): **Description:** This endpoint prepares unsigned transactions for various blockchain operations. The operation is determined by the `method` field in the request body. Supported methods include: `newTokenization`, `mintToken`, `whitelist`, `burnToken`, `approve`, `transferTo`, `transferFrom`, `divid… - [Create Token on Behalf](https://docs.brickken.com/api-reference/endpoint/create-token-on-behalf.md) - [Get Allowance](https://docs.brickken.com/api-reference/endpoint/get-allowance.md): **Description:** Retrieves the allowance of a spender address for a given token from the owner's address. - [Get Balance and Whitelist Status](https://docs.brickken.com/api-reference/endpoint/get-balance-whitelist.md): **Description:** Fetches the balance and whitelist status of a user for a specific token. - [Get Investments by STO](https://docs.brickken.com/api-reference/endpoint/get-investments-by-sto.md) - [Get Investors Information](https://docs.brickken.com/api-reference/endpoint/get-investors-info.md) - [Get Network Information](https://docs.brickken.com/api-reference/endpoint/get-network-info.md): **Description:** Retrieves network information for a specified chain ID. - [Get STO Balance](https://docs.brickken.com/api-reference/endpoint/get-sto-balance.md): **Description:** This endpoint retrieves balance details and current status for a Security Token Offering (STO). The specific STO may be determined by context (e.g., associated with the API key) or might require parameters not specified here. - [Get STOs](https://docs.brickken.com/api-reference/endpoint/get-stos.md) - [Get Token Information](https://docs.brickken.com/api-reference/endpoint/get-token-info.md): **Description:** Retrieves detailed information about a specific token. - [Get Tokenizer Information](https://docs.brickken.com/api-reference/endpoint/get-tokenizer-info.md): **Description:** Retrieves information about the tokenizer of a specific token. - [Get Transaction Status](https://docs.brickken.com/api-reference/endpoint/get-transaction-status.md): **Description:** This endpoint retrieves the status of submitted transactions using the transaction hash (`hash`). - [Get Whitelist Status](https://docs.brickken.com/api-reference/endpoint/get-whitelist-status.md): **Description:** Checks the whitelist status of an investor for a specific token. - [approve](https://docs.brickken.com/api-reference/endpoint/prepare-approve.md): Prepares unsigned transactions for the approve method. - [burnToken](https://docs.brickken.com/api-reference/endpoint/prepare-burnToken.md): Prepares unsigned transactions for the burnToken method. - [claimTokens](https://docs.brickken.com/api-reference/endpoint/prepare-claimTokens.md): Prepares unsigned transactions for the claimTokens method. - [closeOffer](https://docs.brickken.com/api-reference/endpoint/prepare-closeOffer.md): Prepares unsigned transactions for the closeOffer method. - [dividendDistribution](https://docs.brickken.com/api-reference/endpoint/prepare-dividendDistribution.md): Prepares unsigned transactions for the dividendDistribution method. - [mintToken](https://docs.brickken.com/api-reference/endpoint/prepare-mintToken.md): Prepares unsigned transactions for the mintToken method. - [newInvest](https://docs.brickken.com/api-reference/endpoint/prepare-newInvest.md): Prepares unsigned transactions for the newInvest method. - [newSto](https://docs.brickken.com/api-reference/endpoint/prepare-newSto.md): Prepares unsigned transactions for the newSto method. - [newTokenization](https://docs.brickken.com/api-reference/endpoint/prepare-newTokenization.md): Prepares unsigned transactions for the newTokenization method. - [transferFrom](https://docs.brickken.com/api-reference/endpoint/prepare-transferFrom.md): Prepares unsigned transactions for the transferFrom method. - [transferTo](https://docs.brickken.com/api-reference/endpoint/prepare-transferTo.md): Prepares unsigned transactions for the transferTo method. - [whitelist](https://docs.brickken.com/api-reference/endpoint/prepare-whitelist.md): Prepares unsigned transactions for the whitelist method. - [Send Transactions](https://docs.brickken.com/api-reference/endpoint/send.md): **Description:** This endpoint submits signed transactions to the blockchain. This endpoint works uniformly for all transaction types prepared using the `/prepare-transactions` endpoint. - [Update Token Documentation](https://docs.brickken.com/api-reference/endpoint/update-docs.md): **Description:** This endpoint allows you to update token-related documentation and branding materials. - [Introduction](https://docs.brickken.com/api-reference/introduction.md): Overview and authentication for the Brickken API V2. ## OpenAPI Specs - [openapi](https://docs.brickken.com/api-reference/openapi.json) - [openapi-old](https://docs.brickken.com/api-reference/openapi-old.json) ## Optional - [Documentation](https://docs.brickken.com) - [Community](https://discord.com/invite/brickken-official-community-851756929268056086) - [Blog](https://www.brickken.com/blog)