# 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 offer 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: 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.native.org/native-dev/build-with-native/market-makers/mm-pricing-and-signing-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.
