Operations
Use the blockchain as your trusted database.
Last updated
Was this helpful?
Use the blockchain as your trusted database.
Last updated
Was this helpful?
Saves data to selected blockchain network you can later retrieve using operation.
POST
https://api.bws.ninja/v1/call
solution*
string
BWS.Blockchain.Hash
version*
number
1
network*
string
operation*
string
insert
parameters*
JSON
key
string
network limits
value
string
network limits
The value to save to the selected blockchain
POST
https://api.bws.ninja/v1/call
solution*
string
BWS.Blockchain.Hash
version*
number
1
network*
string
operation*
string
select
parameters*
JSON
key
string
network limits
check
check
The key for your data. You can use this key to select the data using operation.
This operation is asynchronous.
Once executed, check the results using and the providedjobId.
Retrieve previously saved data using operation.
check
check
The hash key you previously used to save data using operation.
This operation is asynchronous.
Once executed, check the results using and the providedjobId.