get https://api.paystand.co/v3/assurety/public/contracts/abi/
Retrieves a deployed contract's ABI interface.
Provide the contract's public blockchain address, and the stringified contract ABI object will be returned. The parsed ABI can then be used to interact with a contract on the chain using a library such as Web3.js.