Technical description of the platform

REST API methods available for smart contracts

General instructions on development of smart contracts with the use of REST API are provided in the article Example of a smart contract with the use of REST API.

Smart contracts that use the REST API interface for data exchange can use following methods:

``Addresses`` method set:

``Crypto`` method set:

``Privacy`` method set:

``Transactions`` method set:

``Contracts`` method set:

To ensure a better performance, smart contracts can use the Contracts methods with a dedicated route /internal/contracts/. Endpoints of this route are identical to the conventional methods of the Contracts group.

``PKI`` method group:

See also