yddkctoq.nx.link

https://yddkctoq.nx.link/v1/wallets/%7Baddress%7D/transactions

Shares a payout wallet with 8 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.

thirdweb API: getWalletTransactions - Get Transactions

54
reliability

Reliability & health

Uptime and response time from our own unpaid probes, plus the reliability score built from them.

Uptime

100.0% avg
0% 50% 100% Jul 22Aug 1Aug 10Aug 20

Response time

p50 97ms · p95 121ms
0ms 150ms 300ms Jul 22Aug 1Aug 10Aug 20
Data table
Reliability history per time bucket over the last 30 days (daily).
Bucket Uptime Probes Response time
7/22/2026, 12:00:00 AM 100% 1 106ms
7/23/2026, 12:00:00 AM 100% 1 105ms
7/24/2026, 12:00:00 AM 100% 1 112ms
7/25/2026, 12:00:00 AM 100% 1 91ms
7/26/2026, 12:00:00 AM 100% 1 98ms
7/27/2026, 12:00:00 AM 100% 1 90ms
7/28/2026, 12:00:00 AM 100% 1 105ms
7/29/2026, 12:00:00 AM 100% 1 124ms
7/30/2026, 12:00:00 AM 100% 1 108ms
7/31/2026, 12:00:00 AM 100% 1 102ms
8/1/2026, 12:00:00 AM 100% 1 90ms
8/2/2026, 12:00:00 AM 100% 1 92ms
8/3/2026, 12:00:00 AM 100% 1 97ms
8/4/2026, 12:00:00 AM 100% 1 114ms
8/5/2026, 12:00:00 AM 100% 1 87ms
8/6/2026, 12:00:00 AM 100% 1 89ms
8/7/2026, 12:00:00 AM 100% 1 99ms
8/8/2026, 12:00:00 AM 100% 1 99ms
8/9/2026, 12:00:00 AM 100% 1 92ms
8/10/2026, 12:00:00 AM 100% 1 96ms
8/11/2026, 12:00:00 AM 100% 1 118ms
8/12/2026, 12:00:00 AM 100% 1 229ms
8/13/2026, 12:00:00 AM 100% 1 101ms
8/14/2026, 12:00:00 AM 100% 1 102ms
8/15/2026, 12:00:00 AM 100% 1 107ms
8/16/2026, 12:00:00 AM 100% 1 118ms
8/17/2026, 12:00:00 AM 100% 1 88ms
8/18/2026, 12:00:00 AM 100% 1 93ms
8/19/2026, 12:00:00 AM 100% 21 90ms
8/20/2026, 12:00:00 AM 100% 19 107ms
54
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
100

How often it was reachable when we probed it (weight 35%).

Latency
100

How quickly it answers when it is up — fast scores high (weight 20%).

Security
100

Whether it serves over working TLS / https (weight 15%).

Transparency
49

Whether the operator disclosed what it does — description, schema, identity (weight 15%).

Activity
not yet measured

Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).

Confidence 100% — how much probe evidence backs this score. A thin history is flagged, not hidden.

See the scoring methodology for exactly how each number is computed.

Payment

Currencies
USDC
Networks
base
Facilitator
thirdweb
SDK
unknown

Operator

Company
inferred — unknown
Jurisdiction
Registrar
Cloudflare
Domain registered
2025-10-01
Hosting network
CLOUDFLARENET
Hosting country

Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.

On-chain activity (base)

13.37
USDC received
523
payments
2
unique wallets

Settlement totals · last payment 7/27/2026

Linked by wallet — likely same operator

On-chain agent identity and the x402 endpoint that shares its settlement wallet.

Response schema
{
  "parameters": [
    {
      "description": "A valid Ethereum address (0x-prefixed hex string) or ENS name (e.g., vitalik.eth).",
      "in": "path",
      "name": "address",
      "required": true,
      "schema": {
        "description": "A valid Ethereum address (0x-prefixed hex string) or ENS name (e.g., vitalik.eth).",
        "type": "string"
      }
    },
    {
      "description": "Filter by block timestamp (Unix timestamp) greater than or equal to this value",
      "in": "query",
      "name": "filterBlockTimestampGte",
      "required": false,
      "schema": {
        "description": "Filter by block timestamp (Unix timestamp) greater than or equal to this value",
        "minimum": 0,
        "nullable": true,
        "type": "integer"
      }
    },
    {
      "description": "Filter by block timestamp (Unix timestamp) less than or equal to this value",
      "in": "query",
      "name": "filterBlockTimestampLte",
      "required": false,
      "schema": {
        "description": "Filter by block timestamp (Unix timestamp) less than or equal to this value",
        "minimum": 0,
        "nullable": true,
        "type": "integer"
      }
    },
    {
      "description": "Filter by block number greater than or equal to this value",
      "in": "query",
      "name": "filterBlockNumberGte",
      "required": false,
      "schema": {
        "description": "Filter by block number greater than or equal to this value",
        "minimum": 0,
        "nullable": true,
        "type": "integer"
      }
    },
    {
      "description": "Filter by block number less than or equal to this value",
      "in": "query",
      "name": "filterBlockNumberLte",
      "required": false,
      "schema": {
        "description": "Filter by block number less than or equal to this value",
        "minimum": 0,
        "nullable": true,
        "type": "integer"
      }
    },
    {
      "description": "Filter by transaction value (in wei) greater than this value",
      "in": "query",
      "name": "filterValueGt",
      "required": false,
      "schema": {
        "description": "Filter by transaction value (in wei) greater than this value",
        "type": "string"
      }
    },
    {
      "description": "Filter by function selector (4-byte method ID), e.g., '0xa9059cbb' for ERC-20 transfer",
      "in": "query",
      "name": "filterFunctionSelector",
      "required": false,
      "schema": {
        "description": "Filter by function selector (4-byte method ID), e.g., '0xa9059cbb' for ERC-20 transfer",
        "type": "string"
      }
    },
    {
      "description": "Current page number",
      "in": "query",
      "name": "page",
      "required": false,
      "schema": {
        "default": 1,
        "description": "Current page number",
        "nullable": true,
        "type": "number"
      }
    },
    {
      "description": "Number of items per page",
      "in": "query",
      "name": "limit",
      "required": false,
      "schema": {
        "default": 20,
        "description": "Number of items per page",
        "nullable": true,
        "type": "number"
      }
    },
    {
      "description": "Sort order: 'asc' for ascending, 'desc' for descending",
      "in": "query",
      "name": "sortOrder",
      "required": false,
      "schema": {
        "default": "desc",
        "description": "Sort order: 'asc' for ascending, 'desc' for descending",
        "enum": [
          "asc",
          "desc"
        ],
        "type": "string"
      }
    },
    {
      "description": "Chain ID(s) to request transaction data for. You can specify multiple chain IDs by repeating the parameter, up to a maximum of 50. Example: ?chainId=1&chainId=137",
      "in": "query",
      "name": "chainId",
      "required": true,
      "schema": {
        "description": "Chain ID(s) to request transaction data for. You can specify multiple chain IDs by repeating the parameter, up to a maximum of 50. Example: ?chainId=1&chainId=137",
        "items": {
          "type": "integer"
        },
        "maxItems": 50,
        "minItems": 1,
        "type": "array"
      }
    }
  ],
  "responses": {
    "200": {
      "content": {
        "application/json": {
          "schema": {
            "properties": {
              "result": {
                "properties": {
                  "pagination": {
                    "properties": {
                      "hasMore": {
                        "description": "Whether there are more items available",
                        "type": "boolean"
                      },
                      "limit": {
                        "default": 20,
                        "description": "Number of items per page",
                        "nullable": true,
                        "type": "number"
                      },
                      "page": {
                        "default": 1,
                        "description": "Current page number",
                        "nullable": true,
                        "type": "number"
                      },
                      "totalCount": {
                        "description": "Total number of items available",
                        "nullable": true,
                        "type": "number"
                      }
                    },
                    "type": "object"
                  },
                  "transactions": {
                    "description": "Array of wallet transactions.",
                    "items": {
                      "properties": {
                        "blockHash": {
                          "description": "The hash of the block containing this transaction.",
                          "type": "string"
                        },
                        "blockNumber": {
                          "description": "The block number containing this transaction.",
                          "type": "number"
                        },
                        "blockTimestamp": {
                          "description": "The timestamp of the block (Unix timestamp).",
                          "type": "number"
                        },
                        "chainId": {
                          "description": "The chain ID where the transaction occurred.",
                          "type": "string"
                        },
                        "contractAddress": {
                          "description": "Contract address created if this was a contract creation transaction.",
                          "type": "string"
                        },
                        "cumulativeGasUsed": {
                          "description": "Total gas used by all transactions in this block up to and including this one.",
                          "type": "number"
                        },
                        "data": {
                          "description": "The transaction input data.",
                          "type": "string"
                        },
                        "decoded": {
                          "description": "Decoded transaction data (included when ABI is available).",
                          "properties": {
                            "inputs": {
                              "additionalProperties": {
                                "nullable": true
                              },
                              "description": "Object containing decoded function parameters.",
                              "type": "object"
                            },
                            "name": {
                              "description": "The function name.",
                              "type": "string"
                            },
                            "signature": {
                              "description": "The function signature.",
                              "type": "string"
                            }
                          },
                          "required": [
                            "inputs",
                            "name",
                            "signature"
                          ],
                          "type": "object"
                        },
                        "effectiveGasPrice": {
                          "description": "The effective gas price paid (in wei as string).",
                          "type": "string"
                        },
                        "fromAddress": {
                          "description": "The address that initiated the transaction.",
                          "type": "string"
                        },
                        "functionSelector": {
                          "description": "The function selector (first 4 bytes of the transaction data).",
                          "type": "string"
                        },
                        "gas": {
                          "description": "The gas limit for the transaction.",
                          "type": "number"
                        },
                        "gasPrice": {
                          "description": "The gas price used for the transaction (in wei as string).",
                          "type": "string"
                        },
                        "gasUsed": {
                          "description": "The amount of gas used by the transaction.",
                          "type": "number"
                        },
                        "hash": {
                          "description": "The transaction hash.",
                          "type": "string"
                        },
                        "maxFeePerGas": {
                          "description": "Maximum fee per gas (EIP-1559).",
                          "type": "string"
                        },
                        "maxPriorityFeePerGas": {
                          "description": "Maximum priority fee per gas (EIP-1559).",
                          "type": "string"
                        },
                        "nonce": {
                          "description": "The transaction nonce.",
                          "type": "number"
                        },
                        "status": {
                          "description": "The transaction status (1 for success, 0 for failure).",
                          "type": "number"
                        },
                        "toAddress": {
                          "description": "The address that received the transaction.",
                          "type": "string"
                        },
                        "transactionIndex": {
                          "description": "The index of the transaction within the block.",
                          "type": "number"
                        },
                        "transactionType": {
                          "description": "The transaction type (0=legacy, 1=EIP-2930, 2=EIP-1559).",
                          "type": "number"
                        },
                        "value": {
                          "description": "The value transferred in the transaction (in wei as string).",
                          "type": "string"
                        }
                      },
                      "required": [
                        "blockHash",
                        "blockNumber",
                        "blockTimestamp",
                        "chainId",
                        "data",
                        "fromAddress",
                        "functionSelector",
                        "gas",
                        "gasPrice",
                        "hash",
                        "nonce",
                        "status",
                        "toAddress",
                        "transactionIndex",
                        "value"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  }
                },
                "required": [
                  "pagination",
                  "transactions"
                ],
                "type": "object"
              }
            },
            "required": [
              "result"
            ],
            "type": "object"
          }
        }
      },
      "description": "Wallet transactions retrieved successfully. Returns transaction data with metadata including pagination information and chain details. Includes decoded function calls when ABI is available."
    },
    "400": {
      "description": "Invalid request parameters. This occurs when the wallet address format is invalid, chainId array is empty or exceeds the maximum limit of 50, or pagination parameters are out of range."
    },
    "401": {
      "description": "Authentication required. The request must include a valid `x-client-id` header for frontend usage or `x-secret-key` for backend usage."
    },
    "404": {
      "description": "Wallet not found or no transactions available for the specified wallet address on the given blockchain networks."
    },
    "500": {
      "description": "Internal server error. This may occur due to network connectivity issues, external service unavailability, or unexpected server errors."
    }
  }
}