Main API Methods

One call to rule them all.

Running blockchain solutions is an asynchronous process: you send data to the blockchain, and then you wait for the network to validate it.

To handle this process when using BWS API, you have to:

  • Use the 'call' API method to initiate the operation you want to run.

    • Save thejobId from your 'call' response to check for results.

page'call' API Methodpage'fetch' API Method

Last updated