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