Store data

POST {{baseUrl}}/v3/fabric/data

2 credit per API call.


Store data on the Hyperledger under the key.

Request Body

{"key"=>"key_1", "data"=>"Data to store.", "chain"=>"FABRIC"}

HEADERS

KeyDatatypeRequiredDescription
x-fabric-endpointstring(Required) URL of the Fabric network
Content-Typestring

RESPONSES

status: OK

{"txId":"key_1"}