{
  "name": "LAST TX Agent Interface",
  "version": "2.263",
  "network": "solana",
  "publicSite": "https://lasttx.xyz",
  "baseApi": "https://lasttx.xyz/api",
  "transport": {
    "type": "https-json",
    "uiRequired": false,
    "cookieFree": true
  },
  "agentWallets": {
    "supported": true,
    "requirements": [
      "ed25519_sign_message",
      "versioned_transaction_signing",
      "base58_solana_address"
    ]
  },
  "x402": {
    "ready": true,
    "paymentRequired": true
  },
  "challengeUrls": {
    "supported": true,
    "template": "https://lasttx.xyz/?blink=1&challenge={id}&amt={amount}&days={days}"
  },
  "ownership": {
    "noncePath": "/auth/ownership-nonce",
    "actions": [
      "lock_init",
      "unlock_init",
      "tx_session"
    ]
  },
  "flows": {
    "lock": {
      "initPath": "/lock/init",
      "confirmPath": "/lock/confirm",
      "statusPath": "/lock/status"
    },
    "unlock": {
      "initPath": "/unlock/init",
      "confirmPath": "/unlock/confirm"
    }
  },
  "blinks": {
    "enabled": true,
    "lockActionPath": "/api/actions/lock",
    "unlockSupported": false
  },
  "optional": {
    "sharePath": "/share"
  }
}
