Skip to content

Post Api Seal Blob V1

POST /api/seal_blob/v1

No parameters.

Media: application/json

Schema
{
"type": "object",
"required": [
"pk_hex",
"tx_hex"
],
"properties": {
"pk_hex": {
"type": "string",
"description": "Public key in hex format"
},
"tx_hex": {
"type": "string",
"description": "Transaction/plaintext in hex format"
}
}
}

Media: application/json

Schema
{
"type": "object",
"required": [
"ciphertext_hex"
],
"properties": {
"ciphertext_hex": {
"type": "string",
"description": "Encrypted blob in hex format"
}
}
}

400 — Bad request - invalid hex or key format

Section titled “400 — Bad request - invalid hex or key format”

Interactive request console coming soon. In the meantime you can use the OpenAPI spec with any client (Insomnia, Bruno, Scalar, curl).

All Taostats API requests require an Authorization header containing your API key. See Getting Started.