Skip to content

Post Seal Blob

POST /api/seal_blob/v1

This endpoint is not available in the interactive playground (the playground is read-only / GET-only). Use the OpenAPI spec with any client (Insomnia, Bruno, Scalar, curl).

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”

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