{
  "openapi": "3.0.0",
  "info": {
    "title": "GoldRush Transactions API API",
    "description": "Fetch multichain transaction histories for wallets and contracts with decoded event logs and traces (chain specific). Useful for building wallet activity feeds, crypto tax and accounting tools and onchain verification for DAOs and guilds. Supports 100+ chains. ",
    "version": "1.0.0",
    "contact": {
      "email": "quicknode-support-aaaanip4aabfoireplax6p5g6e@covalent-hq.slack.com",
      "url": "https://goldrush.dev/docs"
    }
  },
  "servers": [
    {
      "url": "https://{quicknode_endpoint}",
      "description": "Your Quicknode endpoint",
      "variables": {
        "quicknode_endpoint": {
          "default": "your-endpoint.quiknode.pro",
          "description": "Your Quicknode endpoint URL"
        }
      }
    }
  ],
  "tags": [],
  "paths": {},
  "externalDocs": {
    "description": "Support Documentation",
    "url": "https://goldrush.dev/docs"
  }
}