> For the complete documentation index, see [llms.txt](https://docs.dexlens.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexlens.io/sdk-and-api/api/real-world-assets.md).

# Real world assets

## GET

### Get All Assets

Retrieve information on all assets available in the system.

### Get Asset

Fetch details of a specific asset by using its unique identifier.

### Get Owner Assets

Obtain a list of all assets owned by a specific owner.

## POST

### Burn

Permanently remove an asset from circulation within the system.

### Freeze

Temporarily halt all actions involving a specific asset.

### Issue

Create and distribute a new asset to the system for circulation.

### Register

Sign up or register new information or entities into the system.

### Set Trustline

Establish a trustline between two accounts for asset exchanges.

### Transfer

Move an asset from one account to another securely.

### Unfreeze

Reinstate all functionalities and actions for a specific, previously frozen asset.
