Public docs
WebsiteTAAL PlatformWhatsOnChain
  • Welcome
  • Introduction
    • Get an API Key
  • Core Products
    • WhatsOnChain
      • Health
      • Chain Info
      • Block
      • Transaction
      • Mempool
      • (Un)Spent Transaction Outputs
      • Address
      • Script
      • Exchange Rate
      • Search
      • WoC Widgets
      • WoC Plugins
      • On-Chain Data
      • Output Tags
      • Stats
      • WebSockets
        • WoC Sockets V1 (Deprecated)
        • WoC Sockets V2 (Beta)
      • Tokens
        • 1Sat Ordinals (Beta)
        • BSV-21 (Beta)
        • STAS Tokens (Beta)
      • Change Log
      • Community Libraries
    • Transaction Processing
      • ARC Endpoints
      • Transaction format and fee rate
    • TAAL Wallet
      • Introduction
      • Architecture
      • Terminology
      • UI Elements
      • Tutorial
    • 1Sat Ordinals tokens API
      • Introduction
      • Terminology
      • Flow Diagram
      • Basic Tutorial - Node
      • Basic Tutorial - Postman
      • API
  • Resources
    • FAQ
    • Support
    • Glossary
    • Acronyms and Abbreviations
Powered by GitBook
On this page
  • MAPI endpoints (as per https://github.com/bitcoin-sv-specs/brfc-merchantapi)
  • MAPI 1.1 endpoints (as per https://github.com/bitcoin-sv-specs/brfc-merchantapi/tree/v1.1)

Was this helpful?

Export as PDF
  1. Core Products
  2. Transaction Processing

MAPI Endpoints

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

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

Last updated 22 days ago

Was this helpful?