7mtmajty.nx.link
https://7mtmajty.nx.link/v1/wallets/%7Baddress%7D/nftsShares a payout wallet with 13 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
thirdweb API: getWalletNFTs - Get Wallet NFTs
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
100.0% avgResponse time
p50 101ms · p95 123msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 7/22/2026, 12:00:00 AM | 100% | 1 | 111ms |
| 7/23/2026, 12:00:00 AM | 100% | 1 | 113ms |
| 7/24/2026, 12:00:00 AM | 100% | 1 | 108ms |
| 7/25/2026, 12:00:00 AM | 100% | 1 | 94ms |
| 7/26/2026, 12:00:00 AM | 100% | 1 | 99ms |
| 7/27/2026, 12:00:00 AM | 100% | 1 | 90ms |
| 7/28/2026, 12:00:00 AM | 100% | 1 | 102ms |
| 7/29/2026, 12:00:00 AM | 100% | 1 | 104ms |
| 7/30/2026, 12:00:00 AM | 100% | 1 | 106ms |
| 7/31/2026, 12:00:00 AM | 100% | 1 | 108ms |
| 8/1/2026, 12:00:00 AM | 100% | 1 | 150ms |
| 8/2/2026, 12:00:00 AM | 100% | 1 | 102ms |
| 8/3/2026, 12:00:00 AM | 100% | 1 | 111ms |
| 8/4/2026, 12:00:00 AM | 100% | 1 | 97ms |
| 8/5/2026, 12:00:00 AM | 100% | 1 | 91ms |
| 8/6/2026, 12:00:00 AM | 100% | 1 | 112ms |
| 8/7/2026, 12:00:00 AM | 100% | 1 | 112ms |
| 8/8/2026, 12:00:00 AM | 100% | 1 | 94ms |
| 8/9/2026, 12:00:00 AM | 100% | 1 | 121ms |
| 8/10/2026, 12:00:00 AM | 100% | 1 | 99ms |
| 8/11/2026, 12:00:00 AM | 100% | 1 | 104ms |
| 8/12/2026, 12:00:00 AM | 100% | 1 | 94ms |
| 8/13/2026, 12:00:00 AM | 100% | 1 | 115ms |
| 8/14/2026, 12:00:00 AM | 100% | 1 | 93ms |
| 8/15/2026, 12:00:00 AM | 100% | 1 | 89ms |
| 8/16/2026, 12:00:00 AM | 100% | 1 | 106ms |
| 8/17/2026, 12:00:00 AM | 100% | 1 | 91ms |
| 8/18/2026, 12:00:00 AM | 100% | 10 | 94ms |
| 8/19/2026, 12:00:00 AM | 100% | 21 | 95ms |
| 8/20/2026, 12:00:00 AM | 100% | 11 | 100ms |
- Availability
- 100
- Latency
- 100
- Security
- 100
- Transparency
- 49
- 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
- ethereum
- 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.
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": "Chain ID(s) to request NFT 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 NFT 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"
}
},
{
"description": "NFT contract addresses to filter by. If provided, only NFTs with these addresses will be returned.",
"in": "query",
"name": "contractAddresses",
"required": false,
"schema": {
"description": "NFT contract addresses to filter by. If provided, only NFTs with these addresses will be returned.",
"items": {
"type": "string"
},
"maxItems": 50,
"minItems": 1,
"type": "array"
}
},
{
"description": "The number of NFTs to return per chain (default: 20, max: 500).",
"in": "query",
"name": "limit",
"required": false,
"schema": {
"default": 20,
"description": "The number of NFTs to return per chain (default: 20, max: 500).",
"maximum": 500,
"minimum": 1,
"type": "integer"
}
},
{
"description": "The page number for pagination (default: 1, max: 20).",
"in": "query",
"name": "page",
"required": false,
"schema": {
"default": 1,
"description": "The page number for pagination (default: 1, max: 20).",
"maximum": 20,
"minimum": 1,
"type": "integer"
}
}
],
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"properties": {
"result": {
"properties": {
"nfts": {
"description": "Array of wallet NFTs.",
"items": {
"properties": {
"animation_url": {
"description": "The animation URL of the NFT",
"type": "string"
},
"attributes": {
"description": "The attributes/traits of the NFT",
"items": {
"properties": {
"display_type": {
"description": "The display type",
"type": "string"
},
"trait_type": {
"description": "The trait type",
"type": "string"
},
"value": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "The trait value"
}
},
"type": "object"
},
"type": "array"
},
"chain_id": {
"description": "The chain ID of the NFT",
"type": "number"
},
"collection": {
"description": "Collection information",
"properties": {
"description": {
"description": "The collection description",
"type": "string"
},
"external_url": {
"description": "The collection external URL",
"type": "string"
},
"image": {
"description": "The collection image URL",
"type": "string"
},
"name": {
"description": "The collection name",
"type": "string"
}
},
"type": "object"
},
"description": {
"description": "The description of the NFT",
"type": "string"
},
"external_url": {
"description": "The external URL of the NFT",
"type": "string"
},
"image_url": {
"description": "The image URL of the NFT",
"type": "string"
},
"metadata": {
"additionalProperties": {},
"description": "Additional metadata for the NFT",
"type": "object"
},
"name": {
"description": "The name of the NFT",
"type": "string"
},
"token_address": {
"description": "The contract address of the NFT collection",
"type": "string"
},
"token_id": {
"description": "The token ID of the NFT",
"type": "string"
}
},
"required": [
"chain_id",
"token_address",
"token_id"
],
"type": "object"
},
"type": "array"
},
"pagination": {
"properties": {
"hasMore": {
"description": "Whether there are more items available",
"type": "boolean"
},
"limit": {
"default": 20,
"description": "Number of items per page",
"type": [
"number",
"null"
]
},
"page": {
"default": 1,
"description": "Current page number",
"type": [
"number",
"null"
]
},
"totalCount": {
"description": "Total number of items available",
"type": [
"number",
"null"
]
}
},
"type": "object"
}
},
"required": [
"nfts",
"pagination"
],
"type": "object"
}
},
"required": [
"result"
],
"type": "object"
}
}
},
"description": "Wallet NFTs retrieved successfully. Returns NFT data with metadata including pagination information and chain details. Includes NFT metadata, attributes, and collection information when 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 NFTs 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."
}
}
}