yddkctoq.nx.link
https://yddkctoq.nx.link/v1/tokensShares a payout wallet with 8 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
thirdweb API https://api.thirdweb.com - GET Find Tokens by address, name or chain and get metadata and price information
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
100.0% avgResponse time
p50 235ms · p95 391msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 7/22/2026, 12:00:00 AM | 100% | 1 | 187ms |
| 7/23/2026, 12:00:00 AM | 100% | 1 | 228ms |
| 7/24/2026, 12:00:00 AM | 100% | 1 | 202ms |
| 7/25/2026, 12:00:00 AM | 100% | 1 | 447ms |
| 7/26/2026, 12:00:00 AM | 100% | 1 | 270ms |
| 7/27/2026, 12:00:00 AM | 100% | 1 | 178ms |
| 7/28/2026, 12:00:00 AM | 100% | 1 | 206ms |
| 7/29/2026, 12:00:00 AM | 100% | 1 | 384ms |
| 7/30/2026, 12:00:00 AM | 100% | 1 | 214ms |
| 7/31/2026, 12:00:00 AM | 100% | 1 | 223ms |
| 8/1/2026, 12:00:00 AM | 100% | 1 | 183ms |
| 8/2/2026, 12:00:00 AM | 100% | 1 | 193ms |
| 8/3/2026, 12:00:00 AM | 100% | 1 | 182ms |
| 8/4/2026, 12:00:00 AM | 100% | 1 | 236ms |
| 8/5/2026, 12:00:00 AM | 100% | 1 | 193ms |
| 8/6/2026, 12:00:00 AM | 100% | 1 | 190ms |
| 8/7/2026, 12:00:00 AM | 100% | 1 | 196ms |
| 8/8/2026, 12:00:00 AM | 100% | 1 | 196ms |
| 8/9/2026, 12:00:00 AM | 100% | 1 | 202ms |
| 8/10/2026, 12:00:00 AM | 100% | 1 | 209ms |
| 8/11/2026, 12:00:00 AM | 100% | 1 | 267ms |
| 8/12/2026, 12:00:00 AM | 100% | 1 | 201ms |
| 8/13/2026, 12:00:00 AM | 100% | 1 | 215ms |
| 8/14/2026, 12:00:00 AM | 100% | 1 | 232ms |
| 8/15/2026, 12:00:00 AM | 100% | 1 | 246ms |
| 8/16/2026, 12:00:00 AM | 100% | 1 | 257ms |
| 8/17/2026, 12:00:00 AM | 100% | 1 | 275ms |
| 8/18/2026, 12:00:00 AM | 100% | 7 | 240ms |
| 8/19/2026, 12:00:00 AM | 100% | 21 | 238ms |
| 8/20/2026, 12:00:00 AM | 100% | 13 | 275ms |
- Availability
- 100
- Latency
- 100
- Security
- 100
- Transparency
- 61
- Activity
- not yet measured
How often it was reachable when we probed it (weight 35%).
How quickly it answers when it is up — fast scores high (weight 20%).
Whether it serves over working TLS / https (weight 15%).
Whether the operator disclosed what it does — description, schema, identity (weight 15%).
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)
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": "Number of tokens to return per page (1-100).",
"in": "query",
"name": "limit",
"required": false,
"schema": {
"default": 20,
"description": "Number of tokens to return per page (1-100).",
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
{
"description": "Page number for pagination, starting from 1.",
"in": "query",
"name": "page",
"required": false,
"schema": {
"default": 1,
"description": "Page number for pagination, starting from 1.",
"minimum": 1,
"type": "integer"
}
},
{
"description": "Limit tokens to a specific chain.",
"in": "query",
"name": "chainId",
"required": false,
"schema": {
"description": "Limit tokens to a specific chain.",
"examples": [
1,
8453,
137,
56,
43114,
42161,
10
],
"exclusiveMinimum": true,
"minimum": 0,
"type": "integer"
}
},
{
"description": "Get a specific token by contract address",
"in": "query",
"name": "tokenAddress",
"required": false,
"schema": {
"description": "Get a specific token by contract address",
"type": "string"
}
},
{
"description": "Limit tokens to a specific symbol.",
"in": "query",
"name": "symbol",
"required": false,
"schema": {
"description": "Limit tokens to a specific symbol.",
"type": "string"
}
},
{
"description": "Limit tokens to a specific name.",
"in": "query",
"name": "name",
"required": false,
"schema": {
"description": "Limit tokens to a specific name.",
"type": "string"
}
}
],
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"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"
},
"tokens": {
"items": {
"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": true,
"minimum": 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"
},
"type": "array"
}
},
"required": [
"pagination",
"tokens"
],
"type": "object"
}
}
},
"description": "Tokens returned successfully."
},
"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."
},
"500": {
"description": "Internal server error. This may occur due to network connectivity issues, wallet creation failures, or transaction execution failures."
}
}
}