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
network*
string
operation*
string
insert
parameters*
JSON
key
string
network limits
value
string
network limits
The value to save to the selected blockchain
Curl Example
Retrieve previously saved data using insert operation.
POST
https://api.bws.ninja/v1/call
Request Body
solution*
string
BWS.Blockchain.Hash
version*
number
1
network*
string
operation*
string
select
parameters*
JSON
Method Parameters
key
string
network limits
Curl Example
Last updated
Was this helpful?