{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "yddkctoq-nx-link-v1-tokens",
  "title": "Yddkctoq \u00b7 Tokens",
  "url": "https://yddkctoq.nx.link/v1/tokens",
  "category": "finance",
  "summary": "Yddkctoq \u00b7 Tokens \u2014 x402-protected finance API. Pay $0.000100 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Yddkctoq \u00b7 Tokens \u2014 x402 finance API \u00b7 $0.000100 per call",
    "description": "Yddkctoq \u00b7 Tokens \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 List Tokens",
      "verified": false,
      "hints": {
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "pagination",
                    "tokens"
                  ],
                  "properties": {
                    "tokens": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "chainId",
                          "address",
                          "decimals",
                          "symbol",
                          "prices"
                        ],
                        "properties": {
                          "prices": {
                            "type": "object",
                            "examples": [
                              {
                                "EUR": 0.84,
                                "USD": 1
                              }
                            ],
                            "description": "Token price in different FIAT currencies.",
                            "additionalProperties": {
                              "type": "number"
                            }
                          },
                          "symbol": {
                            "type": "string"
                          },
                          "address": {
                            "type": "string",
                            "description": "A valid Ethereum address (0x-prefixed hex string) or ENS name (e.g., vitalik.eth)."
                          },
                          "chainId": {
                            "type": "integer",
                            "minimum": 0,
                            "examples": [
                              1,
                              8453,
                              137,
                              56,
                              43114,
                              42161,
                              10
                            ],
                            "description": "The blockchain network identifier. Common values include: 1 (Ethereum), 8453 (Base), 137 (Polygon), 56 (BSC), 43114 (Avalanche), 42161 (Arbitrum), 10 (Optimism).",
                            "exclusiveMinimum": true
                          },
                          "iconUri": {
                            "type": "string"
                          },
                          "decimals": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "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": "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."
          }
        },
        "parameters": [
          {
            "in": "query",
            "name": "limit",
            "schema": {
              "type": "integer",
              "default": 20,
              "maximum": 100,
              "minimum": 1,
              "description": "Number of tokens to return per page (1-100)."
            },
            "required": false,
            "description": "Number of tokens to return per page (1-100)."
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "type": "integer",
              "default": 1,
              "minimum": 1,
              "description": "Page number for pagination, starting from 1."
            },
            "required": false,
            "description": "Page number for pagination, starting from 1."
          },
          {
            "in": "query",
            "name": "chainId",
            "schema": {
              "type": "integer",
              "minimum": 0,
              "examples": [
                1,
                8453,
                137,
                56,
                43114,
                42161,
                10
              ],
              "description": "Limit tokens to a specific chain.",
              "exclusiveMinimum": true
            },
            "required": false,
            "description": "Limit tokens to a specific chain."
          },
          {
            "in": "query",
            "name": "tokenAddress",
            "schema": {
              "type": "string",
              "description": "Get a specific token by contract address"
            },
            "required": false,
            "description": "Get a specific token by contract address"
          },
          {
            "in": "query",
            "name": "symbol",
            "schema": {
              "type": "string",
              "description": "Limit tokens to a specific symbol."
            },
            "required": false,
            "description": "Limit tokens to a specific symbol."
          },
          {
            "in": "query",
            "name": "name",
            "schema": {
              "type": "string",
              "description": "Limit tokens to a specific name."
            },
            "required": false,
            "description": "Limit tokens to a specific name."
          }
        ]
      }
    }
  ],
  "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-tokens",
    "url": "https://x402all.com/resource/yddkctoq-nx-link-v1-tokens",
    "name": "Yddkctoq \u00b7 Tokens",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/yddkctoq-nx-link-v1-tokens",
      "@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/tokens",
    "@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-tokens",
    "description": "Yddkctoq \u00b7 Tokens \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-tokens",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=yddkctoq-nx-link-v1-tokens",
  "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:36:04.972110+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://yddkctoq.nx.link/v1/tokens",
    "content_type": "application/json",
    "response_schema": {
      "type": "object",
      "required": [
        "pagination",
        "tokens"
      ],
      "properties": {
        "tokens": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "chainId",
              "address",
              "decimals",
              "symbol",
              "prices"
            ],
            "properties": {
              "prices": {
                "type": "object",
                "examples": [
                  {
                    "EUR": 0.84,
                    "USD": 1
                  }
                ],
                "description": "Token price in different FIAT currencies.",
                "additionalProperties": {
                  "type": "number"
                }
              },
              "symbol": {
                "type": "string"
              },
              "address": {
                "type": "string",
                "description": "A valid Ethereum address (0x-prefixed hex string) or ENS name (e.g., vitalik.eth)."
              },
              "chainId": {
                "type": "integer",
                "minimum": 0,
                "examples": [
                  1,
                  8453,
                  137,
                  56,
                  43114,
                  42161,
                  10
                ],
                "description": "The blockchain network identifier. Common values include: 1 (Ethereum), 8453 (Base), 137 (Polygon), 56 (BSC), 43114 (Avalanche), 42161 (Arbitrum), 10 (Optimism).",
                "exclusiveMinimum": true
              },
              "iconUri": {
                "type": "string"
              },
              "decimals": {
                "type": "number"
              }
            }
          }
        },
        "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": "7aa67860997e1d4b085609e7f0e39fc1588b81e0231b39db8072a1924e53574c"
  }
}