zkbcy7ja.nx.link

https://zkbcy7ja.nx.link/v1/bridge/payments/%7Bid%7D

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

thirdweb API: bridgeGetPaymentHistory - Get Payment History

53
reliability

Reliability & health

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

Uptime

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

Response time

p50 103ms · p95 134ms
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 108ms
7/23/2026, 12:00:00 AM 100% 1 98ms
7/24/2026, 12:00:00 AM 100% 1 108ms
7/25/2026, 12:00:00 AM 100% 1 92ms
7/26/2026, 12:00:00 AM 100% 1 92ms
7/27/2026, 12:00:00 AM 100% 1 222ms
7/28/2026, 12:00:00 AM 100% 1 107ms
7/29/2026, 12:00:00 AM 100% 1 93ms
7/30/2026, 12:00:00 AM 100% 1 94ms
7/31/2026, 12:00:00 AM 100% 1 102ms
8/1/2026, 12:00:00 AM 100% 1 87ms
8/2/2026, 12:00:00 AM 100% 1 98ms
8/3/2026, 12:00:00 AM 100% 1 90ms
8/4/2026, 12:00:00 AM 100% 1 89ms
8/5/2026, 12:00:00 AM 100% 1 108ms
8/6/2026, 12:00:00 AM 100% 1 92ms
8/7/2026, 12:00:00 AM 100% 1 110ms
8/8/2026, 12:00:00 AM 100% 1 99ms
8/9/2026, 12:00:00 AM 100% 1 99ms
8/10/2026, 12:00:00 AM 100% 1 110ms
8/11/2026, 12:00:00 AM 100% 1 128ms
8/12/2026, 12:00:00 AM 100% 1 101ms
8/13/2026, 12:00:00 AM 100% 1 109ms
8/14/2026, 12:00:00 AM 100% 1 193ms
8/15/2026, 12:00:00 AM 100% 1 111ms
8/16/2026, 12:00:00 AM 100% 1 123ms
8/17/2026, 12:00:00 AM 100% 1 111ms
8/18/2026, 12:00:00 AM 100% 8 98ms
8/19/2026, 12:00:00 AM 100% 21 97ms
8/20/2026, 12:00:00 AM 92% 13 107ms
53
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
99

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
99

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)

1.94
USDC received
1
payments
1
unique wallets

Settlement totals · last payment 1/27/2026

Linked by wallet — likely same operator

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

Response schema
{
  "parameters": [
    {
      "in": "path",
      "name": "id",
      "required": true,
      "schema": {
        "type": "string"
      }
    }
  ],
  "requestBody": {
    "content": {
      "application/json": {
        "schema": {
          "description": "Request to purchase a product. The system will automatically use your wallet balance to purchase the specified product.",
          "examples": [
            {
              "from": "0xEfc38EF8C09535b25e364b6d1a7C406D3972f2A9"
            }
          ],
          "properties": {
            "from": {
              "description": "The wallet address or ENS name that will purchase the product. If omitted, the project wallet will be used if available.",
              "type": "string"
            }
          },
          "title": "Purchase Product Request",
          "type": "object"
        }
      }
    }
  },
  "responses": {
    "200": {
      "content": {
        "application/json": {
          "schema": {
            "properties": {
              "result": {
                "properties": {
                  "transactionId": {
                    "description": "Transaction ID that was executed for your product purchase",
                    "type": "string"
                  }
                },
                "required": [
                  "transactionId"
                ],
                "type": "object"
              }
            },
            "required": [
              "result"
            ],
            "type": "object"
          }
        }
      },
      "description": "Product purchased successfully. Returns the transaction used for the purchase."
    },
    "400": {
      "description": "Invalid request parameters."
    },
    "401": {
      "description": "Authentication required. For backend usage, include `x-secret-key` header. For frontend usage, include `x-client-id` + `Authorization: Bearer <jwt>` headers."
    },
    "402": {
      "content": {
        "application/json": {
          "schema": {
            "description": "Payment required response when user has insufficient funds. Contains a quote for completing the purchase.",
            "properties": {
              "result": {
                "properties": {
                  "id": {
                    "description": "Payment ID",
                    "type": "string"
                  },
                  "link": {
                    "description": "Link to purchase the product",
                    "type": "string"
                  },
                  "message": {
                    "description": "Message to display to the user",
                    "type": "string"
                  },
                  "quote": {
                    "description": "Bridge quote for completing the payment",
                    "properties": {
                      "blockNumber": {
                        "description": "Block number when quote was generated",
                        "type": "string"
                      },
                      "destinationAmount": {
                        "description": "Destination amount in wei",
                        "type": "string"
                      },
                      "estimatedExecutionTimeMs": {
                        "description": "Estimated execution time in milliseconds",
                        "type": "number"
                      },
                      "intent": {
                        "description": "Quote intent details",
                        "properties": {
                          "amount": {
                            "description": "The amount in wei",
                            "type": "string"
                          },
                          "destinationChainId": {
                            "description": "Destination chain ID",
                            "exclusiveMinimum": 0,
                            "type": "integer"
                          },
                          "destinationTokenAddress": {
                            "description": "Destination token address",
                            "type": "string"
                          },
                          "originChainId": {
                            "description": "Origin chain ID",
                            "exclusiveMinimum": 0,
                            "type": "integer"
                          },
                          "originTokenAddress": {
                            "description": "Origin token address",
                            "type": "string"
                          },
                          "receiver": {
                            "description": "Receiver address",
                            "type": "string"
                          },
                          "sender": {
                            "description": "Sender address",
                            "type": "string"
                          }
                        },
                        "required": [
                          "amount",
                          "destinationChainId",
                          "destinationTokenAddress",
                          "originChainId",
                          "originTokenAddress",
                          "receiver",
                          "sender"
                        ],
                        "type": "object"
                      },
                      "originAmount": {
                        "description": "Origin amount in wei",
                        "type": "string"
                      },
                      "steps": {
                        "description": "Array of steps to complete the bridge operation",
                        "items": {
                          "properties": {
                            "destinationAmount": {
                              "description": "Destination amount in wei",
                              "type": "string"
                            },
                            "destinationToken": {
                              "description": "Destination token information",
                              "properties": {
                                "address": {
                                  "description": "A valid Ethereum address (0x-prefixed hex string) or ENS name (e.g., vitalik.eth).",
                                  "type": "string"
                                },
                                "chainId": {
                                  "description": "The blockchain network identifier. Common values include: 1 (Ethereum), 8453 (Base), 137 (Polygon), 56 (BSC), 43114 (Avalanche), 42161 (Arbitrum), 10 (Optimism).",
                                  "examples": [
                                    1,
                                    8453,
                                    137,
                                    56,
                                    43114,
                                    42161,
                                    10
                                  ],
                                  "exclusiveMinimum": 0,
                                  "type": "integer"
                                },
                                "decimals": {
                                  "type": "number"
                                },
                                "iconUri": {
                                  "type": "string"
                                },
                                "prices": {
                                  "additionalProperties": {
                                    "type": "number"
                                  },
                                  "description": "Token price in different FIAT currencies.",
                                  "examples": [
                                    {
                                      "EUR": 0.84,
                                      "USD": 1
                                    }
                                  ],
                                  "type": "object"
                                },
                                "symbol": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "chainId",
                                "address",
                                "decimals",
                                "symbol",
                                "prices"
                              ],
                              "type": "object"
                            },
                            "estimatedExecutionTimeMs": {
                              "description": "Estimated execution time in milliseconds",
                              "type": "number"
                            },
                            "originAmount": {
                              "description": "Origin amount in wei",
                              "type": "string"
                            },
                            "originToken": {
                              "description": "Origin token information",
                              "properties": {
                                "address": {
                                  "description": "A valid Ethereum address (0x-prefixed hex string) or ENS name (e.g., vitalik.eth).",
                                  "type": "string"
                                },
                                "chainId": {
                                  "description": "The blockchain network identifier. Common values include: 1 (Ethereum), 8453 (Base), 137 (Polygon), 56 (BSC), 43114 (Avalanche), 42161 (Arbitrum), 10 (Optimism).",
                                  "examples": [
                                    1,
                                    8453,
                                    137,
                                    56,
                                    43114,
                                    42161,
                                    10
                                  ],
                                  "exclusiveMinimum": 0,
                                  "type": "integer"
                                },
                                "decimals": {
                                  "type": "number"
                                },
                                "iconUri": {
                                  "type": "string"
                                },
                                "prices": {
                                  "additionalProperties": {
                                    "type": "number"
                                  },
                                  "description": "Token price in different FIAT currencies.",
                                  "examples": [
                                    {
                                      "EUR": 0.84,
                                      "USD": 1
                                    }
                                  ],
                                  "type": "object"
                                },
                                "symbol": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "chainId",
                                "address",
                                "decimals",
                                "symbol",
                                "prices"
                              ],
                              "type": "object"
                            },
                            "transactions": {
                              "description": "Array of transactions for this step",
                              "items": {
                                "properties": {
                                  "action": {
                                    "description": "Type of action this transaction performs",
                                    "enum": [
                                      "approval",
                                      "transfer",
                                      "buy",
                                      "sell",
                                      "fee"
                                    ],
                                    "type": "string"
                                  },
                                  "chainId": {
                                    "description": "Blockchain network identifier",
                                    "exclusiveMinimum": 0,
                                    "type": "integer"
                                  },
                                  "data": {
                                    "description": "Transaction data payload",
                                    "type": "string"
                                  },
                                  "from": {
                                    "description": "Transaction sender address",
                                    "type": "string"
                                  },
                                  "spender": {
                                    "description": "Spender address for approval transactions",
                                    "type": "string"
                                  },
                                  "to": {
                                    "description": "Transaction recipient address",
                                    "type": "string"
                                  },
                                  "value": {
                                    "description": "Transaction value in wei",
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "chainId",
                                  "to",
                                  "data",
                                  "action"
                                ],
                                "type": "object"
                              },
                              "type": "array"
                            }
                          },
                          "required": [
                            "originToken",
                            "destinationToken",
                            "transactions",
                            "originAmount",
                            "destinationAmount"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "timestamp": {
                        "description": "Quote timestamp",
                        "type": "number"
                      }
                    },
                    "required": [
                      "destinationAmount",
                      "intent",
                      "originAmount",
                      "steps",
                      "timestamp"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "message",
                  "link"
                ],
                "type": "object"
              }
            },
            "required": [
              "result"
            ],
            "title": "Payment Required Response",
            "type": "object"
          }
        }
      },
      "description": "Payment required. Insufficient wallet balance to complete the purchase."
    },
    "500": {
      "description": "Internal server error. This may occur due to network connectivity issues, wallet creation failures, or transaction execution failures."
    }
  }
}