# ARC Endpoints

ARC is the successor of mAPI, the merchant API.

The URL of TAAL's mainnet ARC API is: <https://arc.taal.com/v1>

For instance the policy could be fetched using the following `curl` command

```powershell
curl --location 'https://arc.taal.com/v1/policy' \
--header 'Authorization: <API Key>'
```

A complete description of ARC API endpoints can be found under the following link: <https://bitcoin-sv.github.io/arc/api.html>.

It is recommended to use the BIP-239 transaction format for submitting transactions to ARC.

More information about ARC can be found under these links

* High-level documentation: <https://bitcoin-sv.github.io/arc/>
* Github repository: <https://github.com/bitcoin-sv/arc>
* Description of BIP-239 standard: <https://github.com/bitcoin-sv/arc/blob/master/doc/BIP-239.md>

### ARC Testnet

URL: [`https://arc-test.taal.com/v1`](https://arc-test.taal.com/v1)


---

# 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.taal.com/core-products/transaction-processing/arc-endpoints.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.
