ARC Endpoints
ARC is the successor of mAPI, the merchant API.
The URL of TAAL's ARC API is: https://api.taal.com/arc/v1/
For instance the policy could be fetched using the following curl
command
A complete description of ARC API endpoints can be found under the following link: https://bitcoin-sv.github.io/arc/api.html.
It is recommended to use the BIP-239 transaction format for submitting transactions to ARC.
More information about ARC can be found under these links
High-level documentation: https://bitcoin-sv.github.io/arc/
Github repository: https://github.com/bitcoin-sv/arc
Description of BIP-239 standard: https://github.com/bitcoin-sv/arc/blob/master/doc/BIP-239.md
ARC Testnet
URL: https://api.taal.com/arc/v1
Authentication: Include a valid testnet API key in your requests.
Last updated