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/txsMAPI 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/txsLast updated
Was this helpful?