MAPI Endpoints
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:
curl -X GET https://api.taal.com/mapi/v1.4/policyQuote
curl -X GET https://api.taal.com/mapi/v1.4/feeQuote
curl -X GET https://api.taal.com/mapi/v1.4/tx/{hash:[0-9a-fA-F]+}
curl -X POST https://api.taal.com/mapi/v1.4/tx
curl -X POST https://api.taal.com/mapi/v1.4/txs
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 modified 1yr ago