Request
Parameters
| Parameter | Type | Description |
|---|---|---|
hash | string | Hex-encoded SHA256 hash |
Response
Result
| Field | Type | Description |
|---|---|---|
data | string | Base64-encoded ciphertext |
Errors
| Code | Message |
|---|---|
| -32000 | Data not found |
Retrieve encrypted data by hash
| Parameter | Type | Description |
|---|---|---|
hash | string | Hex-encoded SHA256 hash |
| Field | Type | Description |
|---|---|---|
data | string | Base64-encoded ciphertext |
| Code | Message |
|---|---|
| -32000 | Data not found |