# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dexlens.io/sdk-and-api/api/real-world-assets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
