> For the complete documentation index, see [llms.txt](https://docs.native.org/native-dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.native.org/native-dev/build-with-native/market-makers/mm-pricing-and-signing-api.md).

# MM Pricing and Signing API

## 1. Authentication

Native requires the `api_key` header to be included in every request to authenticate that the request is coming from trusted users. We also offer flexible authentication methods to meet your needs.

## 2. Integration methods

We allow market makers to integrate using **REST API**

## 3. **Native Credit Pools**

Market makers can utilize the liquidity in Native Credit Pools to facilitate swaps without needing to deploy capital directly on each chain. By providing collateral, market makers receive credit that can be used for trading and quoting. This setup allows quoting sizes to exceed the actual collateral provided.

Native relies on seamless API integration with market makers to ensure accurate off-chain pricing. HTTPS protocol and authentication are required for all endpoints. Responses should be in JSON format, accompanied by appropriate status codes.

## Get Started

To fully integrate with Native and leverage its capabilities, you need to implement the following API endpoints:

1. [**Orderbook**](/native-dev/build-with-native/market-makers/mm-pricing-and-signing-api/orderbook.md)**:** This endpoint allows Native to estimate prices for different order sizes.
2. [**Firm-Quote**](/native-dev/build-with-native/market-makers/mm-pricing-and-signing-api/firm-quote.md)**:** This endpoint enables Native to obtain a precise price from you for a given token and amount.
3. [**Sign-Quote**](/native-dev/build-with-native/market-makers/mm-pricing-and-signing-api/sign-quote.md)**:** This endpoint allows you to validate and sign the order for on-chain execution.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.native.org/native-dev/build-with-native/market-makers/mm-pricing-and-signing-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
