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
Was this helpful?