Operations

Save data to blockchain.

Use this operation to save data to the selected blockchain.

POST https://api.bws.ninja/v1/call

Request Body

Name
Type
Description

solution*

string

BWS.Blockchain.Save

version*

number

1

network*

string

check networks

operation*

string

save

parameters*

JSON

Method Parameters

Parameter
Type
Max. Size
Desciption

value

string

(check network)

The value to save to blockchain.

Curl Example

circle-info

This operation is asynchronous. Once executed, check the results using fetch API and the providedjobId.

Last updated