# Advanced Features

- [B2B Address Notification Service](https://docs.w-chain.com/advanced-features/b2b-address-notification-service.md)
- [WCO Supply Information API](https://docs.w-chain.com/advanced-features/wco-supply-information-api.md)
- [WPoints Public API](https://docs.w-chain.com/advanced-features/wpoints-public-api.md)
- [Public Price API](https://docs.w-chain.com/advanced-features/public-price-api.md)
- [W Swap Trade Volume API](https://docs.w-chain.com/advanced-features/w-swap-trade-volume-api.md): This document describes the W Swap Trade Volume API endpoint that returns the last 24 hours of traded volume (in USD) for a specific trading pair.
- [W Swap LP Price API](https://docs.w-chain.com/advanced-features/w-swap-lp-price-api.md): This document describes the W Swap LP Value API endpoint that returns the latest token price and LP (Liquidity Provider) token price in USD for a specific trading pair.


---

# 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.w-chain.com/advanced-features.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.
