Prueba de firma de wallet creada
Se creo una prueba de firma con una wallet segregada (POST /v1/segregated-wallets/{walletID}/signatures). La wallet firmo un mensaje con el estandar nativo de la red (EIP-191 para ETH/EVM, TIP-191 para TRON) dentro del sobre anti-phishing CBPay Signature Proof. La prueba se verifica publicamente en verify_url (sin auth).
Cada entrega incluye X-Webhook-Event, X-Webhook-Event-ID, X-Webhook-Delivery-ID, X-Webhook-Timestamp y X-Webhook-Signature = hex(HMAC-SHA256(secret, timestamp + "." + body)). Responde 2xx; hasta 5 intentos con backoff incremental.
Autorizaciones
JWT de sesión (de register/login) o llave de API (pk_...).
X-API-Key: <token> se acepta como header alternativo.
Cuerpo
Respuesta
Devuelve cualquier 2xx para confirmar la entrega.