generate_auth_header
Generate the X-Operator-Authorization header for PLATFORM API requests using SHA-512 hashing and Base64 encoding of operator credentials.
Instructions
Generate the X-Operator-Authorization header value for PLATFORM API requests. Uses SHA-512 hash of operator credentials encoded in Base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operatorId | No | The operator ID (optional, uses env CRYPTO_PAYER_OPERATOR_ID if not provided) | |
| operatorSecretKey | No | The operator secret key (optional, uses env CRYPTO_PAYER_SECRET_KEY if not provided) |