Initializing
    TrustLayer

    Trust Connect API Guide

    Trust Connect turns a standard wallet-connect flow into a proof-carrying sign-in. Your backend gets a signed payload plus a live Trust Score in one round trip.

    Endpoint

    POST https://trstlyr.com/api/v1/verify

    Headers: Authorization: Bearer <API_KEY>

    Body: { trust_id, signature, nonce }

    Response shape

    {
      "verified": true,
      "trust_id": "0x...",
      "wallet": "0x...",
      "trust_score": 742,
      "badges": ["verified_human"],
      "issued_at": 1720900000
    }
    

    Frequently asked questions

    Ready to try it?

    More in For Developers

    Explore TrustLayer for