# Decentri Docs > Documentation for Decentri API & Services ## Docs - [List all customers](https://docs.decentri.org/api-reference/customer/list.md): Get all customers - [Onboard a customer](https://docs.decentri.org/api-reference/customer/onboard.md): Onboard customer - [Retrieve a customer](https://docs.decentri.org/api-reference/customer/retrieve.md): Get customer by customerId - [Retrieve a customer portfolio](https://docs.decentri.org/api-reference/customer/retrieve-portfolio.md): Get customer portfolio by customerId - [List all holders](https://docs.decentri.org/api-reference/holders/list.md) - [Accept an offer](https://docs.decentri.org/api-reference/offer/accept.md): Accept an available offer. Once accepted, the trade is executed and the offer is marked as completed. - [Cancel an offer](https://docs.decentri.org/api-reference/offer/cancel.md): Cancel an existing offer. Only offers that are still open can be cancelled by the one who created them. - [Create an offer](https://docs.decentri.org/api-reference/offer/create.md): Create an offer to either buy or sell tokens. The offer includes the token, amount, price, and direction (buy or sell). - [List all offers](https://docs.decentri.org/api-reference/offer/list.md): Returns a list of current offers. You can optionally filter by token address or offer status. - [Cancel an offering purchase intent](https://docs.decentri.org/api-reference/offering-purchase-intent/cancel.md): Cancel purchase intent - [Confirm an offering purchase intent](https://docs.decentri.org/api-reference/offering-purchase-intent/confirm.md): Confirm purchase intent - [Create an offering purchase intent](https://docs.decentri.org/api-reference/offering-purchase-intent/create.md): Create offering purchase intent - [List all offering purchase intents](https://docs.decentri.org/api-reference/offering-purchase-intent/list.md): Get all offering purchase intents - [Retrieve offering purchase intents by customer](https://docs.decentri.org/api-reference/offering-purchase-intent/retrieve-by-customer.md): Get offering purchase intent by customerId - [Validate an offering purchase intent](https://docs.decentri.org/api-reference/offering-purchase-intent/validate.md): Validate offering purchase intent - [Create an offering](https://docs.decentri.org/api-reference/offering/create.md): Get offering by offeringId - [List all offerings](https://docs.decentri.org/api-reference/offering/list.md): Get all offerings - [Retrieve an offering](https://docs.decentri.org/api-reference/offering/retrieve.md): Get offering by offeringId - [Retrieve an organization](https://docs.decentri.org/api-reference/organization/retrieve.md): Get organization by organizationId - [Retrieve activities for a token](https://docs.decentri.org/api-reference/tokens/activity.md): Get the activity of the token - [Burn a token](https://docs.decentri.org/api-reference/tokens/burn.md): Reduce the supply of a token by burning a specified amount from a specific address. - [Create a token](https://docs.decentri.org/api-reference/tokens/create.md): Create a new token with specified parameters. - [Force transfer a token](https://docs.decentri.org/api-reference/tokens/force-transfer.md): Transfer token - [Freeze a wallet](https://docs.decentri.org/api-reference/tokens/freeze.md): Freeze a wallet to restrict its ability to transact, preventing any further activity. - [List all tokens](https://docs.decentri.org/api-reference/tokens/list.md): Get all tokens - [Mint a token](https://docs.decentri.org/api-reference/tokens/mint.md): Increase the supply of a token by minting new units to a specified address. - [Pause a token](https://docs.decentri.org/api-reference/tokens/pause.md): Pause all transfer operations for token holders of a specific token. - [Retrieve a token](https://docs.decentri.org/api-reference/tokens/retrieve.md): Get token by id - [Retrieve the supply of a token](https://docs.decentri.org/api-reference/tokens/supply.md): Get the total supply of the token - [Unfreeze a wallet](https://docs.decentri.org/api-reference/tokens/unfreeze.md): Unfreeze a wallet that has been restricted, restoring its ability to transact. - [Unpause a token](https://docs.decentri.org/api-reference/tokens/unpause.md): Resume operations for a token that was previously paused. - [Retrieve a transaction](https://docs.decentri.org/api-reference/transactions/get.md): Get a transaction of the token - [List all transactions](https://docs.decentri.org/api-reference/transactions/list.md): Get all the transactions of the token - [Retrieve a wallet](https://docs.decentri.org/api-reference/wallet/retrieve.md): Get wallet by address - [Balance](https://docs.decentri.org/core-concepts/balance.md) - [Customer](https://docs.decentri.org/core-concepts/customer.md) - [Holders](https://docs.decentri.org/core-concepts/holders.md) - [Identity](https://docs.decentri.org/core-concepts/identity.md) - [Offers](https://docs.decentri.org/core-concepts/offer.md) - [Offering](https://docs.decentri.org/core-concepts/offering.md) - [Organization](https://docs.decentri.org/core-concepts/organization.md) - [Tokens](https://docs.decentri.org/core-concepts/tokens.md) - [Transactions](https://docs.decentri.org/core-concepts/transactions.md) - [Wallet](https://docs.decentri.org/core-concepts/wallet.md) - [Authentication](https://docs.decentri.org/developer-documentation/authentication.md) - [Environment](https://docs.decentri.org/developer-documentation/environment.md) - [Errors](https://docs.decentri.org/developer-documentation/errors.md) - [Idempotent Requests](https://docs.decentri.org/developer-documentation/idempotent-requests.md) - [Metadata](https://docs.decentri.org/developer-documentation/metadata.md) - [Branding](https://docs.decentri.org/guide/branding.md): Configure your client’s brand identity with a logo and primary/secondary colors for buttons, charts, and UI elements. - [For brands & companies](https://docs.decentri.org/guide/companies.md): Manage your token ecosystem without technical complexity. Launch, manage, and grow your community with Decentri. - [Onboarding a Tenant](https://docs.decentri.org/guide/getting-started.md): Step-by-step guide to onboarding a tenant (client) in Decentri. - [Discover Decentri](https://docs.decentri.org/guide/index.md) - [For Organizations](https://docs.decentri.org/guide/organization.md): One platform for organizations and brands to run token-powered programs and communities. - [Pricing & Packages](https://docs.decentri.org/guide/pricing.md) ## OpenAPI Specs - [openapi](https://docs.decentri.org/api-reference/openapi.json) ## Optional - [Blog](https://decentri.org/blog)