ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface TimestampResponse

    Response from the timestamp endpoint used for request signing. This timestamp is critical for API authentication and must be synchronized with the server.

    interface TimestampResponse {
        timestamp: number;
    }
    Index

    Properties

    Properties

    timestamp: number

    Server timestamp in Unix epoch seconds