07hsvih4.nx.link

No description published for this endpoint.

OtherLiveeip155:8453Exactvia facilitator:thirdweb
Activity
—
Nothing indexed for this service or its provider yet. Not a claim that it is unused — only that we hold no record.
$0.00055
Verified settled volume
5 settlements proven x402 by their on-chain EIP-3009 marker.
$0.00
Listed price
As published in the catalog. Always read the live 402 before paying.
—
Calls · 30d
Upstream's own call count for this endpoint, not ours.
—
Unique payers · 30d
Never called
—
Upstream on-chain volume
Reported by the source catalog.
Paid to
0xc801C038CcD190d9E915FAE1d69530eB6A889972

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913

Provider

The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.

Accepts

The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.

0.000110USDC≈ $ USD
on Base · exact scheme

That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.

USD Coin contract
0x8335…02913
Payment window
24 hours
Buys
x402 https://api.thirdweb.com - POST Complete Auth
Returns
application/json
The catalog’s raw entry
[
  {
    "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
    "payTo": "0xc801C038CcD190d9E915FAE1d69530eB6A889972",
    "scheme": "exact",
    "network": "eip155:8453",
    "mimeType": "application/json",
    "resource": "https://07hsvih4.nx.link/v1/auth/complete",
    "description": "x402 https://api.thirdweb.com - POST Complete Auth",
    "outputSchema": {
      "responses": {
        "200": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "examples": [
                  {
                    "type": "email",
                    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
                    "userId": "user_123",
                    "isNewUser": true,
                    "walletAddress": "0x742d35Cc6634C0532925a3b8D43C67B8c8B3E9C6"
                  }
                ],
                "required": [
                  "isNewUser",
                  "token",
                  "type",
                  "userId",
                  "walletAddress"
                ],
                "properties": {
                  "type": {
                    "type": "string",
                    "description": "Type of authentication completed"
                  },
                  "token": {
                    "type": "string",
                    "description": "JWT authentication token for API access"
                  },
                  "userId": {
                    "type": "string",
                    "description": "Unique identifier for the authenticated user"
                  },
                  "isNewUser": {
                    "type": "boolean",
                    "description": "Whether this is a newly created user/wallet"
                  },
                  "walletAddress": {
                    "type": "string",
                    "description": "The wallet address"
                  }
                },
                "description": "Successful authentication response. Returns wallet address plus authentication tokens."
              }
            }
          },
          "description": "Authentication completed successfully. You now have wallet access."
        },
        "400": {
          "description": "Invalid credentials or request - Check your challenge ID and verification data"
        },
        "429": {
          "description": "Rate limit exceeded - Please wait before trying again"
        }
      },
      "requestBody": {
        "content": {
          "application/json": {
            "schema": {
              "oneOf": [
                {
                  "type": "object",
                  "title": "SMS Completion",
                  "required": [
                    "method",
                    "phone",
                    "code"
                  ],
                  "properties": {
                    "code": {
                      "type": "string",
                      "description": "Verification code received via SMS"
                    },
                    "phone": {
                      "type": "string",
                      "description": "Phone number that received the code"
                    },
                    "method": {
                      "enum": [
                        "sms"
                      ],
                      "type": "string",
                      "description": "Authentication method: SMS"
                    }
                  }
                },
                {
                  "type": "object",
                  "title": "Email Completion",
                  "required": [
                    "method",
                    "email",
                    "code"
                  ],
                  "properties": {
                    "code": {
                      "type": "string",
                      "description": "Verification code received via email"
                    },
                    "email": {
                      "type": "string",
                      "description": "Email address that received the code"
                    },
                    "method": {
                      "enum": [
                        "email"
                      ],
                      "type": "string",
                      "description": "Authentication method: Email"
                    }
                  }
                },
                {
                  "type": "object",
                  "title": "Passkey Completion",
                  "required": [
                    "method",
                    "type",
                    "authenticatorData",
                    "credentialId",
                    "serverVerificationId",
                    "clientData"
                  ],
                  "properties": {
                    "rpId": {
                      "type": "string",
                      "description": "Relying party identifier"
                    },
                    "type": {
                      "enum": [
                        "sign-up",
                        "sign-in"
                      ],
                      "type": "string",
                      "description": "Passkey operation type"
                    },
                    "method": {
                      "enum": [
                        "passkey"
                      ],
                      "type": "string",
                      "description": "Authentication method: Passkey"
                    },
                    "origin": {
                      "type": "string",
                      "description": "Origin of the request"
                    },
                    "username": {
                      "type": "string",
                      "description": "Username for the passkey"
                    },
                    "signature": {
                      "type": "string",
                      "description": "Base64-encoded signature (for sign-in)"
                    },
                    "clientData": {
                      "type": "string",
                      "description": "Base64-encoded client data JSON"
                    },
                    "credential": {
                      "type": "object",
                      "required": [
                        "publicKey",
                        "algorithm"
                      ],
                      "properties": {
                        "algorithm": {
                          "anyOf": [
                            {
                              "enum": [
                                "RS256"
                              ],
                              "type": "string"
                            },
                            {
                              "enum": [
                                "ES256"
                              ],
                              "type": "string"
                            }
                          ],
                          "description": "Algorithm used for the credential"
                        },
                        "publicKey": {
                          "type": "string",
                          "description": "Public key for the credential"
                        }
                      },
                      "description": "Credential data for passkey registration"
                    },
                    "credentialId": {
                      "type": "string",
                      "description": "Base64-encoded credential ID"
                    },
                    "authenticatorData": {
                      "type": "string",
                      "description": "Base64-encoded authenticator data"
                    },
                    "serverVerificationId": {
                      "type": "string",
                      "description": "Server verification ID from initiate response"
                    }
                  }
                },
                {
                  "type": "object",
                  "title": "SIWE Completion",
                  "required": [
                    "method",
                    "signature",
                    "payload"
                  ],
                  "properties": {
                    "method": {
                      "enum": [
                        "siwe"
                      ],
                      "type": "string",
                      "description": "Authentication method: Sign-In with Ethereum"
                    },
                    "payload": {
                      "type": "string",
                      "description": "The original SIWE payload that was signed"
                    },
                    "signature": {
                      "type": "string",
                      "description": "Hex-encoded signed SIWE message"
                    }
                  }
                },
                {
                  "type": "object",
                  "title": "Custom Completion",
                  "required": [
                    "method",
                    "type"
                  ],
                  "properties": {
                    "jwt": {
                      "description": "JWT token for OIDC authentication"
                    },
                    "type": {
                      "enum": [
                        "jwt",
                        "auth-payload"
                      ],
                      "type": "string",
                      "description": "Custom authentication type"
                    },
                    "method": {
                      "enum": [
                        "custom"
                      ],
                      "type": "string",
                      "description": "Authentication method: Custom"
                    },
                    "payload": {
                      "description": "Custom authentication payload"
                    }
                  }
                },
                {
                  "type": "object",
                  "title": "Guest Completion",
                  "required": [
                    "method"
                  ],
                  "properties": {
                    "method": {
                      "enum": [
                        "guest"
                      ],
                      "type": "string",
                      "description": "Authentication method: Guest"
                    },
                    "sessionId": {
                      "type": "string",
                      "description": "Optional guest session ID - if not provided, a random one will be generated with no persistence guarantees."
                    }
                  }
                }
              ],
              "title": "Authentication Complete Request",
              "examples": [
                {
                  "code": "123456",
                  "phone": "+1234567890",
                  "method": "sms"
                },
                {
                  "code": "789012",
                  "email": "user@example.com",
                  "method": "email"
                },
                {
                  "type": "sign-in",
                  "method": "passkey",
                  "signature": "base64_signature",
                  "clientData": "base64_client_data",
                  "credentialId": "base64_credential_id",
                  "authenticatorData": "base64_authenticator_data",
                  "serverVerificationId": "svid_abc123"
                },
                {
                  "method": "siwe",
                  "payload": "example.com wants you to sign in with your Ethereum wallet...",
                  "signature": "0x1234567890abcdef..."
                },
                {
                  "jwt": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
                  "type": "jwt",
                  "method": "custom"
                },
                {
                  "method": "guest"
                }
              ],
              "description": "Request to complete authentication flow. Choose the same method used in initiate: sms, email, oauth, passkey, siwe, guest, or custom. The required fields depend on the authentication method."
            }
          }
        }
      }
    },
    "maxAmountRequired": "0.000110",
    "maxTimeoutSeconds": 86400
  }
]

Provenance

Seen in the source catalog
2025-11-29 19:36Z
Last indexed by Roundhouse
2026-09-24 23:45Z
Last enriched (probe, favicon, geo)
2026-09-14 17:46Z
x402 version
1
Max timeout
86400s
Liveness probe
HTTP 404
Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.

GET api.roundhouseai.io/v0/endpoints

Nothing indexed for this service or its provider yet. Not a claim that it is unused — only that we hold no record. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service 07hsvih4.nx.link and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.

curl -s 'https://api.roundhouseai.io/v0/endpoints?q=07hsvih4.nx.link'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'

Then call it: read the price from the live 402 at https://07hsvih4.nx.link/v1/auth/complete, never from
a cached figure, and pay with an x402 client.

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.