# Pricing & Instruments

- [instruments](https://faq.finerymarkets.com/api-reference/rest-api/pricing-and-instruments/instruments.md): Returns currencies and instruments available
- [instrumentMarkups](https://faq.finerymarkets.com/api-reference/rest-api/pricing-and-instruments/instrumentmarkups.md): Returns a list of instrument markups.
- [addInstrumentMarkups](https://faq.finerymarkets.com/api-reference/rest-api/pricing-and-instruments/addinstrumentmarkups.md): Sets markups for instruments per counterparty. Reserved for market makers and masters only.
- [delInstrumentMarkups](https://faq.finerymarkets.com/api-reference/rest-api/pricing-and-instruments/delinstrumentmarkups.md): Removes markups for instrument for counterparty. For makers and masters only.
- [Synthetic Instruments](https://faq.finerymarkets.com/api-reference/rest-api/pricing-and-instruments/synthetic-instruments.md)
- [/synthetic/addInstrument](https://faq.finerymarkets.com/api-reference/rest-api/pricing-and-instruments/synthetic-instruments/synthetic-addinstrument.md): Add new Synthetic Instrument
- [/synthetic/instruments](https://faq.finerymarkets.com/api-reference/rest-api/pricing-and-instruments/synthetic-instruments/synthetic-instruments.md)


---

# 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://faq.finerymarkets.com/api-reference/rest-api/pricing-and-instruments.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.
