πŸ“ƒInitialize Request

This endpoint is used to initialize a contract signing request by verifying the organization's wallet balance.It checks whether the organization has sufficient funds to cover the contract signing cost

The response returns a status field (enum) with the following values:

  • 1 = Fail – The organization does not have enough balance to proceed.

  • 0 = Success – The organization has sufficient balance, and the request can continue.

Last updated