{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "yddkctoq-nx-link-v1-contracts-chainid-address-transactions",
  "title": "Yddkctoq \u00b7 Contracts Transactions",
  "url": "https://yddkctoq.nx.link/v1/contracts/{chainId}/{address}/transactions",
  "category": "finance",
  "summary": "Yddkctoq \u00b7 Contracts Transactions \u2014 x402-protected finance API. Pay $0.000100 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Yddkctoq \u00b7 Contracts Transactions \u2014 x402 finance API \u00b7 $0.000100 per c",
    "description": "Yddkctoq \u00b7 Contracts Transactions \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 Transactions",
      "verified": false,
      "hints": {
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": [
                    "result"
                  ],
                  "properties": {
                    "result": {
                      "type": "object",
                      "required": [
                        "data",
                        "pagination"
                      ],
                      "properties": {
                        "data": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "required": [
                              "blockHash",
                              "blockNumber",
                              "blockTimestamp",
                              "chainId",
                              "data",
                              "fromAddress",
                              "functionSelector",
                              "gas",
                              "gasPrice",
                              "hash",
                              "nonce",
                              "status",
                              "toAddress",
                              "transactionIndex",
                              "value"
                            ],
                            "properties": {
                              "gas": {
                                "type": "number",
                                "description": "The gas limit for the transaction."
                              },
                              "data": {
                                "type": "string",
                                "description": "The transaction input data."
                              },
                              "hash": {
                                "type": "string",
                                "description": "The transaction hash."
                              },
                              "nonce": {
                                "type": "number",
                                "description": "The transaction nonce."
                              },
                              "value": {
                                "type": "string",
                                "description": "The value transferred in the transaction (in wei as string)."
                              },
                              "status": {
                                "type": "number",
                                "description": "The transaction status (1 for success, 0 for failure)."
                              },
                              "chainId": {
                                "type": "string",
                                "description": "The chain ID where the transaction occurred."
                              },
                              "decoded": {
                                "type": "object",
                                "required": [
                                  "inputs",
                                  "name",
                                  "signature"
                                ],
                                "properties": {
                                  "name": {
                                    "type": "string",
                                    "description": "The function name."
                                  },
                                  "inputs": {
                                    "type": "object",
                                    "description": "Object containing decoded function parameters.",
                                    "additionalProperties": {
                                      "nullable": true
                                    }
                                  },
                                  "signature": {
                                    "type": "string",
                                    "description": "The function signature."
                                  }
                                },
                                "description": "Decoded transaction data (included when ABI is available)."
                              },
                              "gasUsed": {
                                "type": "number",
                                "description": "The amount of gas used by the transaction."
                              },
                              "gasPrice": {
                                "type": "string",
                                "description": "The gas price used for the transaction (in wei as string)."
                              },
                              "blockHash": {
                                "type": "string",
                                "description": "The hash of the block containing this transaction."
                              },
                              "toAddress": {
                                "type": "string",
                                "description": "The address that received the transaction."
                              },
                              "blockNumber": {
                                "type": "number",
                                "description": "The block number containing this transaction."
                              },
                              "fromAddress": {
                                "type": "string",
                                "description": "The address that initiated the transaction."
                              },
                              "maxFeePerGas": {
                                "type": "string",
                                "description": "Maximum fee per gas (EIP-1559)."
                              },
                              "blockTimestamp": {
                                "type": "number",
                                "description": "The timestamp of the block (Unix timestamp)."
                              },
                              "contractAddress": {
                                "type": "string",
                                "description": "Contract address created if this was a contract creation transaction."
                              },
                              "transactionType": {
                                "type": "number",
                                "description": "The transaction type (0=legacy, 1=EIP-2930, 2=EIP-1559)."
                              },
                              "functionSelector": {
                                "type": "string",
                                "description": "The function selector (first 4 bytes of the transaction data)."
                              },
                              "transactionIndex": {
                                "type": "number",
                                "description": "The index of the transaction within the block."
                              },
                              "cumulativeGasUsed": {
                                "type": "number",
                                "description": "Total gas used by all transactions in this block up to and including this one."
                              },
                              "effectiveGasPrice": {
                                "type": "string",
                                "description": "The effective gas price paid (in wei as string)."
                              },
                              "maxPriorityFeePerGas": {
                                "type": "string",
                                "description": "Maximum priority fee per gas (EIP-1559)."
                              }
                            }
                          },
                          "description": "Array of contract transactions."
                        },
                        "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": "Contract transactions retrieved successfully. Returns transaction data with metadata including pagination information. Includes decoded function calls when ABI is available."
          },
          "400": {
            "description": "Invalid request parameters. This occurs when the contract address or chainId format is invalid, 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": "Contract not found or no transactions available for the specified contract address on the given blockchain network."
          },
          "500": {
            "description": "Internal server error. This may occur due to network connectivity issues, external service unavailability, or unexpected server errors."
          }
        },
        "parameters": [
          {
            "in": "path",
            "name": "chainId",
            "schema": {
              "type": "integer",
              "minimum": 0,
              "examples": [
                1,
                8453,
                137,
                56,
                43114,
                42161,
                10
              ],
              "description": "The blockchain network identifier where the contract is deployed.",
              "exclusiveMinimum": true
            },
            "required": true,
            "description": "The blockchain network identifier where the contract is deployed."
          },
          {
            "in": "path",
            "name": "address",
            "schema": {
              "type": "string",
              "description": "The smart contract address or ENS name."
            },
            "required": true,
            "description": "The smart contract address or ENS name."
          },
          {
            "in": "query",
            "name": "filterFromAddress",
            "schema": {
              "type": "string",
              "description": "Filter by transaction sender address"
            },
            "required": false,
            "description": "Filter by transaction sender address"
          },
          {
            "in": "query",
            "name": "filterToAddress",
            "schema": {
              "type": "string",
              "description": "Filter by transaction recipient address"
            },
            "required": false,
            "description": "Filter by transaction recipient address"
          },
          {
            "in": "query",
            "name": "filterBlockTimestampGte",
            "schema": {
              "type": "integer",
              "minimum": 0,
              "nullable": true,
              "description": "Filter by block timestamp (Unix timestamp) greater than or equal to this value"
            },
            "required": false,
            "description": "Filter by block timestamp (Unix timestamp) greater than or equal to this value"
          },
          {
            "in": "query",
            "name": "filterBlockTimestampLte",
            "schema": {
              "type": "integer",
              "minimum": 0,
              "nullable": true,
              "description": "Filter by block timestamp (Unix timestamp) less than or equal to this value"
            },
            "required": false,
            "description": "Filter by block timestamp (Unix timestamp) less than or equal to this value"
          },
          {
            "in": "query",
            "name": "filterBlockNumberGte",
            "schema": {
              "type": "integer",
              "minimum": 0,
              "nullable": true,
              "description": "Filter by block number greater than or equal to this value"
            },
            "required": false,
            "description": "Filter by block number greater than or equal to this value"
          },
          {
            "in": "query",
            "name": "filterBlockNumberLte",
            "schema": {
              "type": "integer",
              "minimum": 0,
              "nullable": true,
              "description": "Filter by block number less than or equal to this value"
            },
            "required": false,
            "description": "Filter by block number less than or equal to this value"
          },
          {
            "in": "query",
            "name": "filterValueGt",
            "schema": {
              "type": "string",
              "description": "Filter by transaction value (in wei) greater than this value"
            },
            "required": false,
            "description": "Filter by transaction value (in wei) greater than this value"
          },
          {
            "in": "query",
            "name": "filterFunctionSelector",
            "schema": {
              "type": "string",
              "description": "Filter by function selector (4-byte method ID), e.g., '0xa9059cbb' for ERC-20 transfer"
            },
            "required": false,
            "description": "Filter by function selector (4-byte method ID), e.g., '0xa9059cbb' for ERC-20 transfer"
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "type": "number",
              "default": 1,
              "nullable": true,
              "description": "Current page number"
            },
            "required": false,
            "description": "Current page number"
          },
          {
            "in": "query",
            "name": "limit",
            "schema": {
              "type": "number",
              "default": 20,
              "nullable": true,
              "description": "Number of items per page"
            },
            "required": false,
            "description": "Number of items per page"
          },
          {
            "in": "query",
            "name": "sortOrder",
            "schema": {
              "enum": [
                "asc",
                "desc"
              ],
              "type": "string",
              "default": "desc",
              "description": "Sort order: 'asc' for ascending, 'desc' for descending"
            },
            "required": false,
            "description": "Sort order: 'asc' for ascending, 'desc' for descending"
          }
        ]
      }
    }
  ],
  "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-contracts-chainid-address-transactions",
    "url": "https://x402all.com/resource/yddkctoq-nx-link-v1-contracts-chainid-address-transactions",
    "name": "Yddkctoq \u00b7 Contracts Transactions",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/yddkctoq-nx-link-v1-contracts-chainid-address-transactions",
      "@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/contracts/{chainId}/{address}/transactions",
    "@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-contracts-chainid-address-transactions",
    "description": "Yddkctoq \u00b7 Contracts Transactions \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-contracts-chainid-address-transactions",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=yddkctoq-nx-link-v1-contracts-chainid-address-transactions",
  "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-11T00:54:09.295638+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://yddkctoq.nx.link/v1/contracts/{chainId}/{address}/transactions",
    "content_type": "application/json",
    "response_schema": {
      "type": "object",
      "required": [
        "result"
      ],
      "properties": {
        "result": {
          "type": "object",
          "required": [
            "data",
            "pagination"
          ],
          "properties": {
            "data": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "blockHash",
                  "blockNumber",
                  "blockTimestamp",
                  "chainId",
                  "data",
                  "fromAddress",
                  "functionSelector",
                  "gas",
                  "gasPrice",
                  "hash",
                  "nonce",
                  "status",
                  "toAddress",
                  "transactionIndex",
                  "value"
                ],
                "properties": {
                  "gas": {
                    "type": "number",
                    "description": "The gas limit for the transaction."
                  },
                  "data": {
                    "type": "string",
                    "description": "The transaction input data."
                  },
                  "hash": {
                    "type": "string",
                    "description": "The transaction hash."
                  },
                  "nonce": {
                    "type": "number",
                    "description": "The transaction nonce."
                  },
                  "value": {
                    "type": "string",
                    "description": "The value transferred in the transaction (in wei as string)."
                  },
                  "status": {
                    "type": "number",
                    "description": "The transaction status (1 for success, 0 for failure)."
                  },
                  "chainId": {
                    "type": "string",
                    "description": "The chain ID where the transaction occurred."
                  },
                  "decoded": {
                    "type": "object",
                    "required": [
                      "inputs",
                      "name",
                      "signature"
                    ],
                    "properties": {
                      "name": {
                        "type": "string",
                        "description": "The function name."
                      },
                      "inputs": {
                        "type": "object",
                        "description": "Object containing decoded function parameters.",
                        "additionalProperties": {
                          "nullable": true
                        }
                      },
                      "signature": {
                        "type": "string",
                        "description": "The function signature."
                      }
                    },
                    "description": "Decoded transaction data (included when ABI is available)."
                  },
                  "gasUsed": {
                    "type": "number",
                    "description": "The amount of gas used by the transaction."
                  },
                  "gasPrice": {
                    "type": "string",
                    "description": "The gas price used for the transaction (in wei as string)."
                  },
                  "blockHash": {
                    "type": "string",
                    "description": "The hash of the block containing this transaction."
                  },
                  "toAddress": {
                    "type": "string",
                    "description": "The address that received the transaction."
                  },
                  "blockNumber": {
                    "type": "number",
                    "description": "The block number containing this transaction."
                  },
                  "fromAddress": {
                    "type": "string",
                    "description": "The address that initiated the transaction."
                  },
                  "maxFeePerGas": {
                    "type": "string",
                    "description": "Maximum fee per gas (EIP-1559)."
                  },
                  "blockTimestamp": {
                    "type": "number",
                    "description": "The timestamp of the block (Unix timestamp)."
                  },
                  "contractAddress": {
                    "type": "string",
                    "description": "Contract address created if this was a contract creation transaction."
                  },
                  "transactionType": {
                    "type": "number",
                    "description": "The transaction type (0=legacy, 1=EIP-2930, 2=EIP-1559)."
                  },
                  "functionSelector": {
                    "type": "string",
                    "description": "The function selector (first 4 bytes of the transaction data)."
                  },
                  "transactionIndex": {
                    "type": "number",
                    "description": "The index of the transaction within the block."
                  },
                  "cumulativeGasUsed": {
                    "type": "number",
                    "description": "Total gas used by all transactions in this block up to and including this one."
                  },
                  "effectiveGasPrice": {
                    "type": "string",
                    "description": "The effective gas price paid (in wei as string)."
                  },
                  "maxPriorityFeePerGas": {
                    "type": "string",
                    "description": "Maximum priority fee per gas (EIP-1559)."
                  }
                }
              },
              "description": "Array of contract transactions."
            },
            "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": "58877737902ab61da4f7300e8a19560d7fdbca6f253712c262bdcc18b9d3ba27"
  }
}