> For the complete documentation index, see [llms.txt](https://docs.taal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taal.com/core-products/transaction-processing/mapi-endpoints.md).

# MAPI Endpoints

### MAPI endpoints (as per <https://github.com/bitcoin-sv-specs/brfc-merchantapi>)

```url
curl -X GET  https://api.taal.com/mapi/policyQuote
curl -X GET  https://api.taal.com/mapi/feeQuote
curl -X GET  https://api.taal.com/mapi/tx/{hash:[0-9a-fA-F]+}
curl -X POST https://api.taal.com/mapi/tx
curl -X POST https://api.taal.com/mapi/txs
```

These endpoints will point to the current live MAPI reference implementation.

It is also possible to access endpoints for a specific MAPI specification:

### **MAPI 1.1 endpoints (as per <https://github.com/bitcoin-sv-specs/brfc-merchantapi/tree/v1.1>)**

```
curl -X GET  https://api.taal.com/mapi/v1.1/feeQuote
curl -X GET  https://api.taal.com/mapi/v1.1/tx/{hash:[0-9a-fA-F]+}
curl -X POST https://api.taal.com/mapi/v1.1/tx
curl -X POST https://api.taal.com/mapi/v1.1/txs
```
