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
Key | Datatype | Required | Description |
---|---|---|---|
x-fabric-endpoint | string | (Required) URL of the Fabric network | |
Content-Type | string |
RESPONSES
status: OK
{"txId":"key_1"}