Pix2DePix API
    Pix2DePix API
    • πŸ“œ API Overview
    • Docs
      • πŸ”‘ Authentication
      • πŸ’» Examples
      • πŸͺ Webhook
      • 🧡Deposit Status String
      • πŸ›‘οΈ Security & Limits
        • βœ… Best Practices
        • 🧱 Firewall
        • πŸͺ² Bug Bounty
        • 🚦 API Limits
      • 🧩 Advanced (optional)
        • 🎲 Nonce
        • πŸ”€ Sync / Async call
    • API Endpoints
      • Ping
      • Deposit (PIX βž” DePix)
      • Deposit Status
      • Deposits
      • User Info
      • Pix2FA
    • Schemas
      • AsyncResponse
      • AllPossibleObjResponses
      • StandardResponse
      • PingObjOrError
      • JWTClaims
      • ObjResponse
      • ErrorObj
      • PingObj
      • ErrorResponse
      • DepositRequest
      • DepositObjOrError
      • DepositObj
      • PingResponse
      • DepositResponse
      • DepositStatusObj
      • DepositStatusResponse
      • DepositWebhookBody
      • DepositsResponse
      • DepositStatus
      • UserInfoResponse
      • Pix2FAResponse

    PingObj

    {
        "msg": "Pong!",
        "claims_for_token_debug": {
            "jti": "string",
            "sub": "string",
            "exp": 0,
            "iat": 0,
            "scope": [
                "withdraw"
            ],
            "typ": "JWT",
            "alg": "RS256",
            "env": "string"
        }
    }
    Built with