{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "yddkctoq-nx-link-v1-wallets-address-nfts",
  "title": "Yddkctoq \u00b7 Wallets Nfts",
  "url": "https://yddkctoq.nx.link/v1/wallets/{address}/nfts",
  "category": "finance",
  "summary": "Yddkctoq \u00b7 Wallets Nfts \u2014 x402-protected finance API. Pay $0.000100 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Yddkctoq \u00b7 Wallets Nfts \u2014 x402 finance API \u00b7 $0.000100 per call",
    "description": "Yddkctoq \u00b7 Wallets Nfts \u2014 x402-protected finance API. Pay $0.000100 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.003,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x1c0cc9813b7c136c8f124cbc3c7acd217e141230",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "100",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "thirdweb API https://api.thirdweb.com - GET Get NFTs",
      "verified": false,
      "hints": {
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "result"
                  ],
                  "properties": {
                    "result": {
                      "type": "object",
                      "required": [
                        "nfts",
                        "pagination"
                      ],
                      "properties": {
                        "nfts": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "required": [
                              "chain_id",
                              "token_address",
                              "token_id"
                            ],
                            "properties": {
                              "name": {
                                "type": "string",
                                "description": "The name of the NFT"
                              },
                              "chain_id": {
                                "type": "number",
                                "description": "The chain ID of the NFT"
                              },
                              "metadata": {
                                "type": "object",
                                "description": "Additional metadata for the NFT",
                                "additionalProperties": {
                                  "nullable": true
                                }
                              },
                              "token_id": {
                                "type": "string",
                                "description": "The token ID of the NFT"
                              },
                              "image_url": {
                                "type": "string",
                                "description": "The image URL of the NFT"
                              },
                              "attributes": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "value": {
                                      "anyOf": [
                                        {
                                          "type": "string"
                                        },
                                        {
                                          "type": "number"
                                        }
                                      ],
                                      "description": "The trait value"
                                    },
                                    "trait_type": {
                                      "type": "string",
                                      "description": "The trait type"
                                    },
                                    "display_type": {
                                      "type": "string",
                                      "description": "The display type"
                                    }
                                  }
                                },
                                "description": "The attributes/traits of the NFT"
                              },
                              "collection": {
                                "type": "object",
                                "properties": {
                                  "name": {
                                    "type": "string",
                                    "description": "The collection name"
                                  },
                                  "image": {
                                    "type": "string",
                                    "description": "The collection image URL"
                                  },
                                  "description": {
                                    "type": "string",
                                    "description": "The collection description"
                                  },
                                  "external_url": {
                                    "type": "string",
                                    "description": "The collection external URL"
                                  }
                                },
                                "description": "Collection information"
                              },
                              "description": {
                                "type": "string",
                                "description": "The description of the NFT"
                              },
                              "external_url": {
                                "type": "string",
                                "description": "The external URL of the NFT"
                              },
                              "animation_url": {
                                "type": "string",
                                "description": "The animation URL of the NFT"
                              },
                              "token_address": {
                                "type": "string",
                                "description": "The contract address of the NFT collection"
                              }
                            }
                          },
                          "description": "Array of wallet NFTs."
                        },
                        "pagination": {
                          "type": "object",
                          "properties": {
                            "page": {
                              "type": "number",
                              "default": 1,
                              "nullable": true,
                              "description": "Current page number"
                            },
                            "limit": {
                              "type": "number",
                              "default": 20,
                              "nullable": true,
                              "description": "Number of items per page"
                            },
                            "hasMore": {
                              "type": "boolean",
                              "description": "Whether there are more items available"
                            },
                            "totalCount": {
                              "type": "number",
                              "nullable": true,
                              "description": "Total number of items available"
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "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."
          }
        },
        "parameters": [
          {
            "in": "path",
            "name": "address",
            "schema": {
              "type": "string",
              "description": "A valid Ethereum address (0x-prefixed hex string) or ENS name (e.g., vitalik.eth)."
            },
            "required": true,
            "description": "A valid Ethereum address (0x-prefixed hex string) or ENS name (e.g., vitalik.eth)."
          },
          {
            "in": "query",
            "name": "chainId",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              },
              "maxItems": 50,
              "minItems": 1,
              "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"
            },
            "required": true,
            "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": "contractAddresses",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "maxItems": 50,
              "minItems": 1,
              "description": "NFT contract addresses to filter by. If provided, only NFTs with these addresses will be returned."
            },
            "required": false,
            "description": "NFT contract addresses to filter by. If provided, only NFTs with these addresses will be returned."
          },
          {
            "in": "query",
            "name": "limit",
            "schema": {
              "type": "integer",
              "default": 20,
              "maximum": 500,
              "minimum": 1,
              "description": "The number of NFTs to return per chain (default: 20, max: 500)."
            },
            "required": false,
            "description": "The number of NFTs to return per chain (default: 20, max: 500)."
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "type": "integer",
              "default": 1,
              "maximum": 20,
              "minimum": 1,
              "description": "The page number for pagination (default: 1, max: 20)."
            },
            "required": false,
            "description": "The page number for pagination (default: 1, max: 20)."
          }
        ]
      }
    }
  ],
  "origin": {
    "slug": "yddkctoq-nx-link",
    "host": "yddkctoq.nx.link",
    "url": "https://yddkctoq.nx.link"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/yddkctoq-nx-link-v1-wallets-address-nfts",
    "url": "https://x402all.com/resource/yddkctoq-nx-link-v1-wallets-address-nfts",
    "name": "Yddkctoq \u00b7 Wallets Nfts",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/yddkctoq-nx-link-v1-wallets-address-nfts",
      "@type": "Offer",
      "price": "0.0001",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.000100",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://yddkctoq.nx.link/v1/wallets/{address}/nfts",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/yddkctoq-nx-link",
      "url": "https://yddkctoq.nx.link",
      "name": "yddkctoq.nx.link",
      "@type": "Organization"
    },
    "identifier": "yddkctoq-nx-link-v1-wallets-address-nfts",
    "description": "Yddkctoq \u00b7 Wallets Nfts \u2014 x402-protected finance API. Pay $0.000100 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=yddkctoq-nx-link-v1-wallets-address-nfts",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=yddkctoq-nx-link-v1-wallets-address-nfts",
  "callability": {
    "status": "partial",
    "schema_callability": 0.39,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.5,
    "validated_at": "2026-05-10T23:16:38.999252+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://yddkctoq.nx.link/v1/wallets/{address}/nfts",
    "content_type": "application/json",
    "response_schema": {
      "type": "object",
      "required": [
        "result"
      ],
      "properties": {
        "result": {
          "type": "object",
          "required": [
            "nfts",
            "pagination"
          ],
          "properties": {
            "nfts": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "chain_id",
                  "token_address",
                  "token_id"
                ],
                "properties": {
                  "name": {
                    "type": "string",
                    "description": "The name of the NFT"
                  },
                  "chain_id": {
                    "type": "number",
                    "description": "The chain ID of the NFT"
                  },
                  "metadata": {
                    "type": "object",
                    "description": "Additional metadata for the NFT",
                    "additionalProperties": {
                      "nullable": true
                    }
                  },
                  "token_id": {
                    "type": "string",
                    "description": "The token ID of the NFT"
                  },
                  "image_url": {
                    "type": "string",
                    "description": "The image URL of the NFT"
                  },
                  "attributes": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "value": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "number"
                            }
                          ],
                          "description": "The trait value"
                        },
                        "trait_type": {
                          "type": "string",
                          "description": "The trait type"
                        },
                        "display_type": {
                          "type": "string",
                          "description": "The display type"
                        }
                      }
                    },
                    "description": "The attributes/traits of the NFT"
                  },
                  "collection": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string",
                        "description": "The collection name"
                      },
                      "image": {
                        "type": "string",
                        "description": "The collection image URL"
                      },
                      "description": {
                        "type": "string",
                        "description": "The collection description"
                      },
                      "external_url": {
                        "type": "string",
                        "description": "The collection external URL"
                      }
                    },
                    "description": "Collection information"
                  },
                  "description": {
                    "type": "string",
                    "description": "The description of the NFT"
                  },
                  "external_url": {
                    "type": "string",
                    "description": "The external URL of the NFT"
                  },
                  "animation_url": {
                    "type": "string",
                    "description": "The animation URL of the NFT"
                  },
                  "token_address": {
                    "type": "string",
                    "description": "The contract address of the NFT collection"
                  }
                }
              },
              "description": "Array of wallet NFTs."
            },
            "pagination": {
              "type": "object",
              "properties": {
                "page": {
                  "type": "number",
                  "default": 1,
                  "nullable": true,
                  "description": "Current page number"
                },
                "limit": {
                  "type": "number",
                  "default": 20,
                  "nullable": true,
                  "description": "Number of items per page"
                },
                "hasMore": {
                  "type": "boolean",
                  "description": "Whether there are more items available"
                },
                "totalCount": {
                  "type": "number",
                  "nullable": true,
                  "description": "Total number of items available"
                }
              }
            }
          }
        }
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "declared"
    },
    "contract_hash": "8a1dc49950538d869f7d568a66f2b7e047050eec8c661eaa6eec17484208f256"
  }
}