Overview
This API provides a controlled and monetised interface for accessing vault reports. Payment processing is managed through the x402 protocol, which defines how buyers and sellers communicate, validate transactions, and ensure secure transfer of paid digital assets. Our API plays the seller role—exposing endpoints that:
issue payment requests,
validate payment confirmations, and
release vault report data upon successful settlement.
Consumers of this API must implement the buyer role, which includes generating x402-compliant payment payloads, handling cryptographic signing, and submitting transaction proofs back to the API. For specifics such as protocol diagrams, request/response schemas, and integration patterns, please see the official x402 documentation.
Last updated