# Web2 API

<table><thead><tr><th width="131">Network</th><th>Description</th><th>Endpoint</th></tr></thead><tbody><tr><td>Mainnet</td><td>Get the current USYC token price</td><td><a href="https://usyc.hashnote.com/api/price">https://usyc.hashnote.com/api/price</a></td></tr><tr><td>Mainnet</td><td>Get historical USYC price data</td><td><a href="https://usyc.hashnote.com/api/price-reports">https://usyc.hashnote.com/api/price-reports</a></td></tr><tr><td>Mainnet</td><td>Check if an address is entitled to USYC</td><td><a href="https://api.hashnote.com/v1/entitlements/token_access?address=0x1299de42dff6f646d385cc49285be33797206b39&#x26;symbol=USYC">https://api.hashnote.com/v1/entitlements/token_access?address={address}&#x26;symbol=USYC</a></td></tr><tr><td>Sepolia</td><td>Get the current USYC token price</td><td><a href="https://usyc.dev.hashnote.com/api/price">https://usyc.dev.hashnote.com/api/price</a></td></tr><tr><td>Sepolia</td><td>Get historical USYC price data</td><td><a href="https://usyc.dev.hashnote.com/api/price-reports">https://usyc.dev.hashnote.com/api/price-reports</a></td></tr><tr><td>Sepolia</td><td>Check if an address is entitled to USYC</td><td><a href="https://api.dev.hashnote.com/v1/entitlements/token_access?address=0x1299de42dff6f646d385cc49285be33797206b39&#x26;symbol=USYC">https://api.dev.hashnote.com/v1/entitlements/token_access?address={address}&#x26;symbol=USYC</a></td></tr></tbody></table>


---

# 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://usyc.docs.hashnote.com/overview/web2-api.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.
