> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dyor.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Client Requests

We allow the use of our API directly on the client side. This means you can send requests directly without the need for server-side integration or an API key.

### Benefits

* **Easy Integration:** No need for server-side work.
* **Convenient Methods:** All necessary data is available in a single request.
* **Open Feedback:** If you need additional information, let us know in the public developer chat, and we will consider your request.

### Limitations

* **Request Limit:** 1 request per second.
* **Mandatory Source Attribution:** Your website must include an active link to DYOR.io confirming the use of our data. Otherwise, we reserve the right to revoke access.

### Example Source Attribution

Data provided by [DYOR.io](https://dyor.io/tonapi) <img src="https://dyor.io/img/logos/dyorLogo.svg" alt="DYOR.io logo" width="16" height="16" className="inline my-0" />

```html theme={null}
<p>
  Data provided by 
  <a href="https://dyor.io/tonapi" target="_blank" style="display: inline-flex;">
    DYOR.io <img src="https://dyor.io/img/logos/dyorLogo.svg" alt="DYOR.io logo" width="16" height="16" style="margin-left: 4px;" />
  </a>
</p>
```

<Warning>Failure to include an active link to DYOR.io may result in access revocation.</Warning>
